mirror of
https://github.com/sharkdp/bat
synced 2024-11-08 19:10:41 +00:00
14 lines
532 B
Diff
14 lines
532 B
Diff
|
diff --git syntaxes/02_Extra/TodoTxt/TodoTxt.sublime-syntax syntaxes/02_Extra/TodoTxt/TodoTxt.sublime-syntax
|
||
|
index 6c75dbb..0115978 100644
|
||
|
--- syntaxes/02_Extra/TodoTxt/TodoTxt.sublime-syntax
|
||
|
+++ syntaxes/02_Extra/TodoTxt/TodoTxt.sublime-syntax
|
||
|
@@ -68,7 +68,7 @@ contexts:
|
||
|
|
||
|
- match: (\s+[^\s:]+:[^\s:]+)+\s*$
|
||
|
comment: Custom attributes
|
||
|
- scope: variable.annotation.todotxt.attribute
|
||
|
+ scope: variable.other.todotxt.attribute
|
||
|
|
||
|
comments:
|
||
|
# Comments begin with a '//' and finish at the end of the line.
|