File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
branches/try/src/etc/vim/syntax Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
5
- refs/heads/try: d65a136cb0df4445cfefd7cb5aaa4e027d1d81b1
5
+ refs/heads/try: 298a72602bf4dfc3846ac01052187bc85f0f4d97
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ syn keyword rustStorage const mut ref static
28
28
syn match rustIdentifier contains =rustIdentifierPrime " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *" display contained
29
29
syn match rustFuncName " \% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *" display contained
30
30
31
- " Reserved words
32
- " syn keyword rustKeyword m32 m64 m128 f80 f16 f128 be " These are obsolete
31
+ " reserved
32
+ syn keyword rustKeyword be
33
33
34
34
syn keyword rustType int uint float char bool u8 u16 u32 u64 f32
35
35
syn keyword rustType f64 i8 i16 i32 i64 str Self
You can’t perform that action at this time.
0 commit comments