File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a66f0688fd36fb3a10fb18b530d032c0524c69af
2
+ refs/heads/master: f9df32adac8568cf021f6645c41d6d9a20824b63
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ syn match rustFloat display contained "\d\+e[-+]\=\d\+[fl]\=\>"
46
46
syn match rustCharacter " '[^']*'"
47
47
48
48
syn case match
49
- syn region rustComment start =" /\* " end =" \* /"
49
+ syn region rustComment start =" /\* " end =" \* /" contains = rustComment
50
50
syn region rustComment start =" //" skip =" \\ $" end =" $" keepend
51
51
52
52
hi def link rustString String
@@ -59,5 +59,7 @@ hi def link rustComment Comment
59
59
hi def link rustMacro Macro
60
60
hi def link rustType Type
61
61
62
- let b: current_syntax = " rust"
62
+ syn sync minlines =200
63
+ syn sync maxlines =500
63
64
65
+ let b: current_syntax = " rust"
You can’t perform that action at this time.
0 commit comments