mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
7 lines
229 B
Scheme
7 lines
229 B
Scheme
; 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
|