mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
Regex highlighting: add "?" operator
This commit is contained in:
parent
14d004773f
commit
91220e5f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,4 +26,4 @@
|
|||
(non_boundary_assertion)
|
||||
] @string.escape
|
||||
|
||||
[ "*" "+" "|" "=" "<=" "!" "<!" ] @operator
|
||||
[ "*" "+" "?" "|" "=" "<=" "!" "<!" ] @operator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue