File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,13 @@ elseif exists("b:current_syntax")
1010 finish
1111endif
1212
13+ syn keyword rustConditional match if else
14+
1315syn keyword rustKeyword as break
14- syn keyword rustKeyword copy do drop else extern
1516syn keyword rustKeyword for if impl let log
16- syn keyword rustKeyword loop match mod once priv pub
17+ syn keyword rustKeyword copy do drop extern
18+ syn keyword rustKeyword for impl let log
19+ syn keyword rustKeyword loop mod once priv pub
1720syn keyword rustKeyword return
1821syn keyword rustKeyword unsafe use while
1922" FIXME: Scoped impl's name is also fallen in this category
@@ -125,6 +128,7 @@ hi def link rustConstant Constant
125128hi def link rustSelf Constant
126129hi def link rustFloat Float
127130hi def link rustKeyword Keyword
131+ hi def link rustConditional Conditional
128132hi def link rustIdentifier Identifier
129133hi def link rustModPath Include
130134hi def link rustFuncName Function
You can’t perform that action at this time.
0 commit comments