mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 00:10:04 -04:00
add TSNone
This commit is contained in:
parent
bfdee5658a
commit
71ba2afc70
3 changed files with 6 additions and 0 deletions
|
|
@ -8,3 +8,5 @@
|
|||
(jsx_closing_element name: (identifier) @variable.builtin)
|
||||
(jsx_opening_element name: (identifier) @variable.builtin)
|
||||
(jsx_self_closing_element name: (identifier) @variable.builtin)
|
||||
|
||||
(jsx_text) @none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue