Skip to content

Commit

Permalink
fix typo "braket" in jsx highlights (#9910)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Mar 17, 2024
1 parent 761df60 commit 61f7d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/queries/_jsx/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
(jsx_closing_element ["</" ">"] @punctuation.bracket)

; <Component />
(jsx_self_closing_element ["<" "/>"] @punctuation.braket)
(jsx_self_closing_element ["<" "/>"] @punctuation.bracket)

0 comments on commit 61f7d9c

Please sign in to comment.