Add delimiters for Alloy files (#526)

Co-authored-by: Johannes Wellhöfer <johannes.wellhofer@gmail.com>
This commit is contained in:
jwellhofer
2023-10-23 10:47:28 +02:00
committed by GitHub
parent d2e21d417f
commit c52b6e731c

View File

@@ -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': '#' },