mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
feat(highlights): add INVARIANT
to error tag (#12094)
This commit is contained in:
parent
48e15f77f7
commit
b6e555a2ed
@ -21,10 +21,10 @@
|
|||||||
|
|
||||||
; Error level tags
|
; Error level tags
|
||||||
((tag (name) @error)
|
((tag (name) @error)
|
||||||
(#match? @error "^(BUG|FIXME|ISSUE|XXX|FIX|SAFETY|FIXIT|FAILED|DEBUG)$"))
|
(#match? @error "^(BUG|FIXME|ISSUE|XXX|FIX|SAFETY|FIXIT|FAILED|DEBUG|INVARIANT)$"))
|
||||||
|
|
||||||
("text" @error
|
("text" @error
|
||||||
(#match? @error "^(BUG|FIXME|ISSUE|XXX|FIX|SAFETY|FIXIT|FAILED|DEBUG)$"))
|
(#match? @error "^(BUG|FIXME|ISSUE|XXX|FIX|SAFETY|FIXIT|FAILED|DEBUG|INVARIANT)$"))
|
||||||
|
|
||||||
(tag
|
(tag
|
||||||
(name) @ui.text
|
(name) @ui.text
|
||||||
|
Loading…
Reference in New Issue
Block a user