add multiline comment

This commit is contained in:
SimonFJ20 2024-12-12 13:44:12 +01:00
parent 72cbf727d0
commit 454b658082

View File

@ -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