Skip to content

Commit e542d12

Browse files
committed
---
yaml --- r: 50411 b: refs/heads/auto c: 47011e3 h: refs/heads/master i: 50409: 90679b0 50407: fa358ef v: v3
1 parent 233983d commit e542d12

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
@@ -14,5 +14,5 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: 6442b1c0e7812cc4a7651dca9ac8df2a70326c79
17+
refs/heads/auto: 47011e3b710e9ef43a753defc467fefe5dcfd9f3
1818
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167

branches/auto/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)