File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/try/src/etc/vim/syntax Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: c081ffbd1e845687202a975ea2e698b623e5722f
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
5
- refs/heads/try: 44d4d6de762f3f9aae1fedcf454c66b79b3ad58d
5
+ refs/heads/try: 38fe5aa0709891551258ea8888d2c7bb781cdc49
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 @@ -110,7 +110,7 @@ syn match rustFloat display "\<[0-9][0-9_]*\.[0-9_]\+\%([eE][+-]\=[0-9
110
110
syn match rustLifetime display " \'\% ([^[:cntrl:][:space:][:punct:][:digit:]]\| _\)\% ([^[:cntrl:][:punct:][:space:]]\| _\) *"
111
111
syn match rustCharacter " '\( [^'\\ ]\|\\\( ['nrt\\\" ]\| x\x\{ 2}\| u\x\{ 4}\| U\x\{ 8}\)\) '"
112
112
113
- syn region rustComment start =" /\* " end =" \* /" contains =rustComment, rustTodo
113
+ syn region rustComment start =" /\* " end =" \* /" contains =rustTodo
114
114
syn region rustComment start =" //" skip =" \\ $" end =" $" contains =rustTodo keepend
115
115
116
116
syn keyword rustTodo contained TODO FIXME XXX NB
You can’t perform that action at this time.
0 commit comments