fix typo "braket" in jsx highlights (#9910)

pull/9320/merge
Arthur Deierlein 3 months ago committed by GitHub
parent 761df60077
commit 61f7d9ce2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,4 +40,4 @@
(jsx_closing_element ["</" ">"] @punctuation.bracket)
; <Component />
(jsx_self_closing_element ["<" "/>"] @punctuation.braket)
(jsx_self_closing_element ["<" "/>"] @punctuation.bracket)

Loading…
Cancel
Save