Skip to content

Commit

Permalink
use latest tree-sitter-elixir with 'not in' query support
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Oct 14, 2021
1 parent 79540f1 commit 09be970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/queries/elixir/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

; Reserved keywords

["when" "and" "or" "not" "in" "fn" "do" "end" "catch" "rescue" "after" "else"] @keyword
["when" "and" "or" "not" "in" "not in" "fn" "do" "end" "catch" "rescue" "after" "else"] @keyword

; Operators

Expand Down

0 comments on commit 09be970

Please sign in to comment.