mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-14 12:43:47 -05:00
Add delimiters for Alloy files (#526)
Co-authored-by: Johannes Wellhöfer <johannes.wellhofer@gmail.com>
This commit is contained in:
@@ -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': '#' },
|
||||
|
||||
Reference in New Issue
Block a user