vim: block is no longer a keyword.
This commit is contained in:
parent
1b3339df63
commit
1a7aa20eab
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if !exists("main_syntax")
|
||||||
let main_syntax='rust'
|
let main_syntax='rust'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
syn keyword rustKeyword alt as assert be bind block break
|
syn keyword rustKeyword alt as assert be bind break
|
||||||
syn keyword rustKeyword check claim cont const copy do else enum export fail
|
syn keyword rustKeyword check claim cont const copy do else enum export fail
|
||||||
syn keyword rustKeyword fn for if iface impl import in inline lambda let log
|
syn keyword rustKeyword fn for if iface impl import in inline lambda let log
|
||||||
syn keyword rustKeyword mod mutable native note of prove pure
|
syn keyword rustKeyword mod mutable native note of prove pure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue