Add double hash comment

This commit is contained in:
Joey Yakimowich-Payne 2021-07-15 15:57:14 -06:00
commit 90a5ca3b1d

View file

@ -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 keyword nimOperator and in is not or xor shl shr div
syn match nimComment "#.*$" contains=nimTodo,@Spell syn match nimComment "#.*$" contains=nimTodo,@Spell
syn region nimComment start="#\[" end="\]#" 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 nimTodo TODO FIXME XXX contained
syn keyword nimBoolean true false syn keyword nimBoolean true false