Add double hash comment
This commit is contained in:
parent
f4e8d827ad
commit
90a5ca3b1d
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ syn keyword nimConditional if elif else case of when try except return finally
|
|||
syn keyword nimOperator and in is not or xor shl shr div
|
||||
syn match nimComment "#.*$" contains=nimTodo,@Spell
|
||||
syn region nimComment start="#\[" end="\]#" contains=nimTodo,@Spell
|
||||
syn region nimComment start="##\[" end="\]##" contains=nimTodo,@Spell
|
||||
syn keyword nimTodo TODO FIXME XXX contained
|
||||
syn keyword nimBoolean true false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue