Skip to content

Commit 8b48082

Browse files
committed
---
yaml --- r: 7273 b: refs/heads/master c: b93ed36 h: refs/heads/master i: 7271: 3e7734e v: v3
1 parent 97d8d1c commit 8b48082

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: c6f62b637422783fc44de92e4011344e46f17498
2+
refs/heads/master: b93ed365559b488e81a34bff0b560fd6366e9f13

trunk/src/etc/vim/syntax/rust.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ if !exists("main_syntax")
1515
endif
1616

1717
syn keyword rustKeyword alt as assert auth be bind block break chan
18-
syn keyword rustKeyword check claim cont const copy do else export fail
19-
syn keyword rustKeyword fn for if import in inline lambda let log
20-
syn keyword rustKeyword log_err mod mutable native note obj prove pure
18+
syn keyword rustKeyword check claim cont const copy do else enum export fail
19+
syn keyword rustKeyword fn for if iface impl import in inline lambda let log
20+
syn keyword rustKeyword log_err mod mutable native note of prove pure
2121
syn keyword rustKeyword resource ret self tag type unsafe use while
2222
syn keyword rustKeyword with
2323

0 commit comments

Comments
 (0)