remove some values that dont use regex

This commit is contained in:
purarue 2025-09-11 16:40:57 -07:00
parent 5c9e617fc4
commit 54ddb3d3a5

View file

@ -3,7 +3,7 @@
(binary_condition_expression
(binary_condition_identifier) @_keyword
(identifier) @injection.content
(#any-of? @_keyword "match" "ext" "mime" "name" "path" "has" "env" "label")
(#any-of? @_keyword "match" "ext" "mime" "name" "path")
(#set! injection.language "regex"))
; highlight any commands using the bash tree-sitter parser