use latest tree-sitter-elixir with 'not in' query support
connects https://github.com/elixir-lang/tree-sitter-elixir/issues/9
This commit is contained in:
parent
4771cc7ee4
commit
8f658f0dce
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 7ae20df181b86c79d826abd5aec7a3e32e3d8438
|
||||
Subproject commit f5d7bda543da788bd507b05bd722627dde66c9ec
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue