Add comment syntax for SILE

Sile is a typesetter somewhat similar to LaTeX that uses two different
possible input formats. Input can be XML which is already covered or
there is a TeX like input format. The normal file extension for the
latter is .sil.
This commit is contained in:
Caleb Maclennan
2016-01-21 19:13:06 +02:00
parent 1f4bfd5992
commit 668c8a7336

View File

@@ -332,6 +332,7 @@ let s:delimiterMap = {
\ 'sgmllnx': { 'left': '<!--', 'right': '-->' }, \ 'sgmllnx': { 'left': '<!--', 'right': '-->' },
\ 'sh': { 'left': '#' }, \ 'sh': { 'left': '#' },
\ 'sicad': { 'left': '*' }, \ 'sicad': { 'left': '*' },
\ 'sile': { 'left': '%' },
\ 'simula': { 'left': '%', 'leftAlt': '--' }, \ 'simula': { 'left': '%', 'leftAlt': '--' },
\ 'sinda': { 'left': '$' }, \ 'sinda': { 'left': '$' },
\ 'skill': { 'left': ';' }, \ 'skill': { 'left': ';' },