Skip to content

Commit 114eeb3

Browse files
committed
---
yaml --- r: 54421 b: refs/heads/snap-stage3 c: 47011e3 h: refs/heads/master i: 54419: b560020 v: v3
1 parent b10e35b commit 114eeb3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 5f13e9ccc2e3328d4cd8ca49f84e6840dd998346
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 6442b1c0e7812cc4a7651dca9ac8df2a70326c79
4+
refs/heads/snap-stage3: 47011e3b710e9ef43a753defc467fefe5dcfd9f3
55
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/etc/vim/syntax/rust.vim

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ elseif exists("b:current_syntax")
1111
endif
1212

1313
syn keyword rustConditional match if else
14+
syn keyword rustOperator as
1415

15-
syn keyword rustKeyword as break
16+
syn keyword rustKeyword break copy do drop extern
1617
syn keyword rustKeyword for if impl let log
1718
syn keyword rustKeyword copy do drop extern
1819
syn keyword rustKeyword for impl let log
@@ -127,6 +128,7 @@ hi def link rustBoolean Boolean
127128
hi def link rustConstant Constant
128129
hi def link rustSelf Constant
129130
hi def link rustFloat Float
131+
hi def link rustOperator Operator
130132
hi def link rustKeyword Keyword
131133
hi def link rustConditional Conditional
132134
hi def link rustIdentifier Identifier

0 commit comments

Comments
 (0)