add TSNone

This commit is contained in:
kiyan42 2020-09-14 21:00:03 +02:00 committed by Stephan Seitz
parent bfdee5658a
commit 71ba2afc70
3 changed files with 6 additions and 0 deletions

View file

@ -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