Skip to content

Commit

Permalink
fix typo "braket" in jsx highlights (helix-editor#9910)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras authored and Vulpesx committed Jun 7, 2024
1 parent 90d2674 commit a9a0ed3
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 a9a0ed3

Please sign in to comment.