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 44d4d6d commit 38fe5aaCopy full SHA for 38fe5aa
src/etc/vim/syntax/rust.vim
@@ -110,7 +110,7 @@ syn match rustFloat display "\<[0-9][0-9_]*\.[0-9_]\+\%([eE][+-]\=[0-9
110
syn match rustLifetime display "\'\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntrl:][:punct:][:space:]]\|_\)*"
111
syn match rustCharacter "'\([^'\\]\|\\\(['nrt\\\"]\|x\x\{2}\|u\x\{4}\|U\x\{8}\)\)'"
112
113
-syn region rustComment start="/\*" end="\*/" contains=rustComment,rustTodo
+syn region rustComment start="/\*" end="\*/" contains=rustTodo
114
syn region rustComment start="//" skip="\\$" end="$" contains=rustTodo keepend
115
116
syn keyword rustTodo contained TODO FIXME XXX NB
0 commit comments