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 7142cde commit b0f66c4Copy full SHA for b0f66c4
src/etc/vim/syntax/rust.vim
@@ -109,8 +109,7 @@ syn match rustCharacter "'\([^'\\]\|\\\(['nrt\\\"]\|x\x\{2}\|u\x\{4}\|U\x\{8
109
syn region rustComment start="/\*" end="\*/" contains=rustComment,rustTodo
110
syn region rustComment start="//" skip="\\$" end="$" contains=rustTodo keepend
111
112
-
113
-syn keyword rustTodo TODO FIXME XXX NB unsafe
+syn keyword rustTodo contained TODO FIXME XXX NB
114
115
hi def link rustHexNumber rustNumber
116
hi def link rustBinNumber rustNumber
0 commit comments