fix typo "braket" in jsx highlights (#9910)
This commit is contained in:
parent
761df60077
commit
61f7d9ce2f
1 changed files with 1 additions and 1 deletions
|
@ -40,4 +40,4 @@
|
||||||
(jsx_closing_element ["</" ">"] @punctuation.bracket)
|
(jsx_closing_element ["</" ">"] @punctuation.bracket)
|
||||||
|
|
||||||
; <Component />
|
; <Component />
|
||||||
(jsx_self_closing_element ["<" "/>"] @punctuation.braket)
|
(jsx_self_closing_element ["<" "/>"] @punctuation.bracket)
|
||||||
|
|
Loading…
Add table
Reference in a new issue