mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
remove some values that dont use regex
This commit is contained in:
parent
5c9e617fc4
commit
54ddb3d3a5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
(binary_condition_expression
|
(binary_condition_expression
|
||||||
(binary_condition_identifier) @_keyword
|
(binary_condition_identifier) @_keyword
|
||||||
(identifier) @injection.content
|
(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"))
|
(#set! injection.language "regex"))
|
||||||
|
|
||||||
; highlight any commands using the bash tree-sitter parser
|
; highlight any commands using the bash tree-sitter parser
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue