mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
|
|
@ -117,3 +118,5 @@
|
|||
|
||||
(case_item
|
||||
value: (word) @parameter)
|
||||
|
||||
(regex) @string.regex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue