mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
feat(d)!: switch upstream parser to gdamore/tree-sitter-d
This commit is contained in:
parent
cbf0dfd92f
commit
76700e147b
8 changed files with 463 additions and 272 deletions
|
|
@ -1,20 +1,24 @@
|
|||
[
|
||||
(parameters)
|
||||
(template_parameters)
|
||||
(expression_statement)
|
||||
(aggregate_body)
|
||||
(function_body)
|
||||
(scope_statement)
|
||||
(block_statement)
|
||||
(case_statement)
|
||||
(token_string)
|
||||
] @indent.begin
|
||||
|
||||
(comment) @indent.auto
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
"{"
|
||||
(case)
|
||||
(default)
|
||||
"}"
|
||||
"["
|
||||
"]"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
(line_comment)
|
||||
(block_comment)
|
||||
(nesting_block_comment)
|
||||
] @indent.ignore
|
||||
(directive)
|
||||
(shebang)
|
||||
] @indent.zero
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue