mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 18:53:47 -05:00
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:
@@ -332,6 +332,7 @@ let s:delimiterMap = {
|
||||
\ 'sgmllnx': { 'left': '<!--', 'right': '-->' },
|
||||
\ 'sh': { 'left': '#' },
|
||||
\ 'sicad': { 'left': '*' },
|
||||
\ 'sile': { 'left': '%' },
|
||||
\ 'simula': { 'left': '%', 'leftAlt': '--' },
|
||||
\ 'sinda': { 'left': '$' },
|
||||
\ 'skill': { 'left': ';' },
|
||||
|
||||
Reference in New Issue
Block a user