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 Schuyler Mortimer committed Jul 10, 2024
1 parent b21f538 commit cb9b167
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 cb9b167

Please sign in to comment.