File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 55de232426b3861d1cc2385888a6104063318dce
2
+ refs/heads/master: 94b0edc606112ddc71283bdcb5cb826dcbc3d167
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -56,8 +56,10 @@ syn case match
56
56
57
57
syn match rustCharacter " '\( [^'\\ ]\|\\\( ['nrt\\\" ]\| x\x\{ 2}\| u\x\{ 4}\| U\x\{ 8}\)\) '"
58
58
59
- syn region rustComment start =" /\* " end =" \* /" contains =rustComment
60
- syn region rustComment start =" //" skip =" \\ $" end =" $" keepend
59
+ syn region rustComment start =" /\* " end =" \* /" contains =rustComment,rustTodo
60
+ syn region rustComment start =" //" skip =" \\ $" end =" $" contains =rustTodo keepend
61
+
62
+ syn keyword rustTodo TODO FIXME XXX NB
61
63
62
64
hi def link rustString String
63
65
hi def link rustCharacter Character
You can’t perform that action at this time.
0 commit comments