mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
10 lines
350 B
Scheme
10 lines
350 B
Scheme
; TODO: once @combined is fixed for all modules, replace this with the two queries below
|
|
(expression_value) @elixir
|
|
|
|
; Directives are combined to support do blocks
|
|
; (directive (expression_value) @elixir @combined)
|
|
|
|
; Expressions are not combined, as they exist separately from do blocks
|
|
; (expression (expression_value) @elixir)
|
|
|
|
(comment) @comment
|