Skip to content

Commit a7e9191

Browse files
committed
---
yaml --- r: 4448 b: refs/heads/master c: e76efbc h: refs/heads/master v: v3
1 parent 7047e14 commit a7e9191

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: b079e1adbbfdd98b41d3c45e6f83941a7a3c106f
2+
refs/heads/master: e76efbc43a39ad035a29d6e1abc2a86b16123a03

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ endif
1616

1717
syn keyword rustKeyword alt as assert auth be bind break chan check
1818
syn keyword rustKeyword claim cont do each else export fail fn for if
19-
syn keyword rustKeyword import in iter let log log_err macro meta mod
20-
syn keyword rustKeyword mutable native note obj port prove put resource
21-
syn keyword rustKeyword ret self spawn syntax tag type unsafe use while
22-
syn keyword rustKeyword with
19+
syn keyword rustKeyword import in inline iter lambda let log log_err
20+
syn keyword rustKeyword macro meta mod mutable native note obj port
21+
syn keyword rustKeyword prove put resource ret self spawn syntax tag
22+
syn keyword rustKeyword type unsafe use while with
2323

2424
syn keyword rustType any int uint float char bool u8 u16 u32 u64 f32
2525
syn keyword rustType f64 i8 i16 i32 i64 str task

0 commit comments

Comments
 (0)