Skip to content

Commit

Permalink
update tree-sitter-nix
Browse files Browse the repository at this point in the history
Note: we are not upgrading hashes because the more recent changes
to the grammar leave it in worse shape than it was. I am working on
fixing the new bugs, and we should be fine to upgrade once it's
improved.

changes:

- highlights for the "or" keyword
  • Loading branch information
the-mikedavis committed Mar 11, 2022
1 parent 443df23 commit 82f825b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/queries/nix/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"rec"
"with"
"assert"
"or"
] @keyword

((identifier) @variable.builtin
Expand Down

0 comments on commit 82f825b

Please sign in to comment.