mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
feat!: drop modules, general refactor and cleanup
This commit is contained in:
parent
c13e28f894
commit
2c8f2f2fad
829 changed files with 4905 additions and 8010 deletions
43
runtime/queries/julia/indents.scm
Normal file
43
runtime/queries/julia/indents.scm
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
[
|
||||
(struct_definition)
|
||||
(macro_definition)
|
||||
(function_definition)
|
||||
|
||||
(compound_statement)
|
||||
(if_statement)
|
||||
(try_statement)
|
||||
(for_statement)
|
||||
(while_statement)
|
||||
(let_statement)
|
||||
(quote_statement)
|
||||
(do_clause)
|
||||
|
||||
(assignment)
|
||||
(for_binding)
|
||||
|
||||
(binary_expression)
|
||||
(call_expression)
|
||||
|
||||
(tuple_expression)
|
||||
(comprehension_expression)
|
||||
(matrix_expression)
|
||||
(vector_expression)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
"end"
|
||||
"("
|
||||
")"
|
||||
"["
|
||||
"]"
|
||||
(else_clause)
|
||||
(elseif_clause)
|
||||
(catch_clause)
|
||||
(finally_clause)
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
(line_comment)
|
||||
(block_comment)
|
||||
] @indent.ignore
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue