1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-20 15:56:05 +02:00

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

This commit is contained in:
Arthur Deierlein 2024-03-17 23:36:54 +01:00 committed by GitHub
parent 761df60077
commit 61f7d9ce2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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