Skip to content

Commit

Permalink
fix(highlights): Highlight <> as brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
liamwh committed Jul 7, 2024
1 parent 7351db0 commit cd7e653
Show file tree
Hide file tree
Showing 5 changed files with 700 additions and 722 deletions.
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ default:
generate:
tree-sitter generate


# Build to Wasm
build:
tree-sitter build --wasm --output ./build/parser.wasm .
Expand Down
2 changes: 2 additions & 0 deletions queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@
"}"
"("
")"
">"
"<"
] @punctuation.bracket

"=" @operator
Loading

0 comments on commit cd7e653

Please sign in to comment.