We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f5cb2 commit 7e1c805Copy full SHA for 7e1c805
syntax/bind-named.vim
@@ -216,7 +216,8 @@ syn keyword named_ToDo xxx contained XXX FIXME TODO TODO: FIXME:
216
217
hi link namedComment namedHL_Comment
218
syn match namedComment "//.*" contains=named_ToDo
219
-syn match namedComment "#.*" contains=named_ToDo
+" syn match namedComment \"#.*\" contains=named_ToDo
220
+syn region namedComment start=/#/ end=/$/ contains=named_ToDo
221
syn region namedComment start="/\*" end="\*/" contains=named_ToDo
222
223
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""
0 commit comments