Skip to content

Commit c52b6e7

Browse files
jwellhoferJohannes Wellhöfer
and
Johannes Wellhöfer
authored
Add delimiters for Alloy files (#526)
Co-authored-by: Johannes Wellhöfer <[email protected]>
1 parent d2e21d4 commit c52b6e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/nerdcommenter.vim

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ let s:delimiterMap = {
1515
\ 'ada': { 'left': '--', 'leftAlt': '-- ' },
1616
\ 'ahdl': { 'left': '--' },
1717
\ 'ahk': { 'left': ';', 'leftAlt': '/*', 'rightAlt': '*/' },
18+
\ 'alloy': { 'left': '/*', 'right': '*/', 'leftAlt': '//' },
1819
\ 'amiga': { 'left': ';' },
1920
\ 'aml': { 'left': '/*' },
2021
\ 'ampl': { 'left': '#' },

0 commit comments

Comments
 (0)