File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ syntax match resArrowPipe "\v\|\>"
56
56
syntax match resArrowPipe " \v\@\@ "
57
57
58
58
" Comment
59
- syntax region resComment start =" //" end =" $" contains =resTodo,@Spell
60
- syntax region resComment start =" /\*\s *" end =" \* /" contains =@Spell,resTodo
59
+ syntax region resSingleLineComment start =" //" end =" $" contains =resTodo,@Spell
60
+ syntax region resMultiLineComment start =" /\*\s *" end =" \* /" contains =@Spell,resTodo,resMultiLineComment
61
61
62
62
syntax keyword resTodo contained TODO FIXME XXX NOTE
63
63
@@ -93,7 +93,8 @@ highlight default link resKeyword Keyword
93
93
highlight default link resType Type
94
94
highlight default link resOperator Operator
95
95
highlight default link resArrowPipe Operator
96
- highlight default link resComment Comment
96
+ highlight default link resSingleLineComment Comment
97
+ highlight default link resMultiLineComment Comment
97
98
highlight default link resTodo TODO
98
99
highlight default link resChar Character
99
100
highlight default link resNumber Number
You can’t perform that action at this time.
0 commit comments