Skip to content

Commit

Permalink
Add delimiters for Alloy files (#526)
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Wellhöfer <[email protected]>
  • Loading branch information
jwellhofer and Johannes Wellhöfer authored Oct 23, 2023
1 parent d2e21d4 commit c52b6e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/nerdcommenter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ let s:delimiterMap = {
\ 'ada': { 'left': '--', 'leftAlt': '-- ' },
\ 'ahdl': { 'left': '--' },
\ 'ahk': { 'left': ';', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'alloy': { 'left': '/*', 'right': '*/', 'leftAlt': '//' },
\ 'amiga': { 'left': ';' },
\ 'aml': { 'left': '/*' },
\ 'ampl': { 'left': '#' },
Expand Down

0 comments on commit c52b6e7

Please sign in to comment.