mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
match test for regex
This commit is contained in:
parent
026314f2a9
commit
0c19049023
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
||||||
"|"
|
"|"
|
||||||
"||"
|
"||"
|
||||||
"="
|
"="
|
||||||
|
"=~"
|
||||||
"=="
|
"=="
|
||||||
"!="
|
"!="
|
||||||
] @operator
|
] @operator
|
||||||
|
|
@ -117,3 +118,5 @@
|
||||||
|
|
||||||
(case_item
|
(case_item
|
||||||
value: (word) @parameter)
|
value: (word) @parameter)
|
||||||
|
|
||||||
|
(regex) @string.regex
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue