Skip to content

Commit 1a7aa20

Browse files
committed
vim: block is no longer a keyword.
1 parent 1b3339d commit 1a7aa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/vim/syntax/rust.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if !exists("main_syntax")
1414
let main_syntax='rust'
1515
endif
1616

17-
syn keyword rustKeyword alt as assert be bind block break
17+
syn keyword rustKeyword alt as assert be bind break
1818
syn keyword rustKeyword check claim cont const copy do else enum export fail
1919
syn keyword rustKeyword fn for if iface impl import in inline lambda let log
2020
syn keyword rustKeyword mod mutable native note of prove pure

0 commit comments

Comments
 (0)