mirror of
https://git.sfja.dk/Mikkel/slige.git
synced 2025-01-18 09:46:30 +00:00
add multiline comment
This commit is contained in:
parent
72cbf727d0
commit
454b658082
@ -36,9 +36,10 @@ syn match Number '0b[01]\+'
|
||||
syn region String start=+"+ skip=+\\"+ end=+"+
|
||||
|
||||
syn keyword Todo contained TODO FIXME XXX NOTE
|
||||
syn match Comment "/\*.*\*/" contains=Todo
|
||||
syn match Comment "//.*$" contains=Todo
|
||||
|
||||
syn region Comment start=+/\*+ end=+\*/+ contains=Todo
|
||||
|
||||
syn match Function '[a-zA-Z_]\w*\ze('
|
||||
|
||||
syn region sligeBlock start="{" end="}" transparent fold
|
||||
|
Loading…
Reference in New Issue
Block a user