File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ syn keyword rustAssert assert
13
13
syn match rustAssert " assert\(\w\) *"
14
14
syn keyword rustKeyword alt as break
15
15
syn keyword rustKeyword check claim cont const copy else export extern fail
16
- syn keyword rustKeyword do for if impl import in let log
16
+ syn keyword rustKeyword do drop for if impl import in let log
17
17
syn keyword rustKeyword loop mod mut of pure
18
18
syn keyword rustKeyword ret self to unchecked
19
19
syn match rustKeyword " unsafe" " Allows also matching unsafe::foo()
@@ -45,7 +45,7 @@ syn keyword rustConstant success failure " task
45
45
syn match rustModPath " \w\(\w\) *::[^<]" he =e - 3 ,me =e - 3
46
46
syn match rustModPathSep " ::"
47
47
48
- syn region rustString start =+ L\= "+ skip =+ \\\\\|\\ "+ end =+ "+
48
+ syn region rustString start =+ L\= "+ skip =+ \\\\\|\\ "+ end =+ "+ contains = rustTodo
49
49
50
50
syn region rustAttribute start =" #\[ " end =" \] " contains =rustString
51
51
You can’t perform that action at this time.
0 commit comments