diff options
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/comment/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queries/comment/highlights.scm b/queries/comment/highlights.scm index 2f76708db..70aa92de2 100644 --- a/queries/comment/highlights.scm +++ b/queries/comment/highlights.scm @@ -13,10 +13,10 @@ (name) @text.note @nospell ("(" @punctuation.bracket (user) @constant ")" @punctuation.bracket)? ":" @punctuation.delimiter) - (#any-of? @text.note "NOTE" "XXX" "INFO")) + (#any-of? @text.note "NOTE" "XXX" "INFO" "DOCS" "PERF" "TEST")) ("text" @text.note @nospell - (#any-of? @text.note "NOTE" "XXX" "INFO")) + (#any-of? @text.note "NOTE" "XXX" "INFO" "DOCS" "PERF" "TEST")) ((tag (name) @text.warning @nospell |
