use latest tree-sitter-elixir with 'not in' query support

connects https://github.com/elixir-lang/tree-sitter-elixir/issues/9
imgbot
Michael Davis 3 years ago
parent 4771cc7ee4
commit 8f658f0dce
No known key found for this signature in database
GPG Key ID: 25D3AFE4BA2A0C49

@ -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…
Cancel
Save