Skip to content

Commit 90679b0

Browse files
committed
---
yaml --- r: 50409 b: refs/heads/auto c: b0f66c4 h: refs/heads/master i: 50407: fa358ef v: v3
1 parent 806c38a commit 90679b0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: 7142cdef1e083c628d787abe5b5eaabe52491197
17+
refs/heads/auto: b0f66c4732e28f2409e8f2fe3afa1e564cde7b30
1818
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167

branches/auto/src/etc/vim/syntax/rust.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ syn match rustCharacter "'\([^'\\]\|\\\(['nrt\\\"]\|x\x\{2}\|u\x\{4}\|U\x\{8
109109
syn region rustComment start="/\*" end="\*/" contains=rustComment,rustTodo
110110
syn region rustComment start="//" skip="\\$" end="$" contains=rustTodo keepend
111111

112-
113-
syn keyword rustTodo TODO FIXME XXX NB unsafe
112+
syn keyword rustTodo contained TODO FIXME XXX NB
114113

115114
hi def link rustHexNumber rustNumber
116115
hi def link rustBinNumber rustNumber

0 commit comments

Comments
 (0)