mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
fix typo "braket" in jsx highlights (#9910)
This commit is contained in:
parent
761df60077
commit
61f7d9ce2f
@ -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…
Reference in New Issue
Block a user