fix incorrect predicate in comment highlights (#7732)

This commit is contained in:
Pham Huy Hoang 2023-07-26 06:56:02 +09:00 committed by GitHub
parent a188282b37
commit 75239a938f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,10 +28,10 @@
; Error level tags
((tag (name) @error)
(match? @error "^(BUG|FIXME|ISSUE|XXX)$"))
(#match? @error "^(BUG|FIXME|ISSUE|XXX)$"))
("text" @error
(match? @error "^(BUG|FIXME|ISSUE|XXX)$"))
(#match? @error "^(BUG|FIXME|ISSUE|XXX)$"))
(tag
(name) @ui.text