mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
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
@ -1 +1 @@
|
|||||||
Subproject commit 7ae20df181b86c79d826abd5aec7a3e32e3d8438
|
Subproject commit f5d7bda543da788bd507b05bd722627dde66c9ec
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
; Reserved keywords
|
; 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
|
; Operators
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user