diff options
| author | George Harker <george@george-graphics.co.uk> | 2023-03-20 14:44:39 -0700 |
|---|---|---|
| committer | Amaan Qureshi <amaanq12@gmail.com> | 2023-03-24 13:07:53 -0400 |
| commit | cb568af5393241e5dbc9c19157c5df5e9ca9af2d (patch) | |
| tree | e3a1848a3f1c7a03a4ecadd14f95022eaeb52f0f /queries/elixir | |
| parent | split delimiter into open_delimiter and close_delimiter (diff) | |
| download | nvim-treesitter-cb568af5393241e5dbc9c19157c5df5e9ca9af2d.tar nvim-treesitter-cb568af5393241e5dbc9c19157c5df5e9ca9af2d.tar.gz nvim-treesitter-cb568af5393241e5dbc9c19157c5df5e9ca9af2d.tar.bz2 nvim-treesitter-cb568af5393241e5dbc9c19157c5df5e9ca9af2d.tar.lz nvim-treesitter-cb568af5393241e5dbc9c19157c5df5e9ca9af2d.tar.xz nvim-treesitter-cb568af5393241e5dbc9c19157c5df5e9ca9af2d.tar.zst nvim-treesitter-cb568af5393241e5dbc9c19157c5df5e9ca9af2d.zip | |
use indent.X syntax for captures and properties of set directives
update CONTRIBUTING.md
adjust indents for bass
fix doc capture comment
Diffstat (limited to 'queries/elixir')
| -rw-r--r-- | queries/elixir/indents.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/elixir/indents.scm b/queries/elixir/indents.scm index 517f66940..0ba8fd442 100644 --- a/queries/elixir/indents.scm +++ b/queries/elixir/indents.scm @@ -6,7 +6,7 @@ (stab_clause) (tuple) (arguments) -] @indent +] @indent.begin [ ")" @@ -17,7 +17,7 @@ "rescue" "}" "end" -] @indent_end @branch +] @indent.end @indent.branch ; Elixir pipelines are not indented, but other binary operator chains are -((binary_operator operator: _ @_operator) @indent (#not-eq? @_operator "|>")) +((binary_operator operator: _ @_operator) @indent.begin (#not-eq? @_operator "|>")) |
