mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
feat(typespec): add support for typespec
This commit is contained in:
parent
f224fef9d2
commit
c26cfc75bc
6 changed files with 170 additions and 0 deletions
18
queries/typespec/indents.scm
Normal file
18
queries/typespec/indents.scm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[
|
||||
(model_expression)
|
||||
(tuple_expression)
|
||||
(namespace_body)
|
||||
(interface_body)
|
||||
(union_body)
|
||||
(enum_body)
|
||||
(template_arguments)
|
||||
(template_parameters)
|
||||
(operation_arguments)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
"}"
|
||||
")"
|
||||
">"
|
||||
"]"
|
||||
] @indent.end
|
||||
Loading…
Add table
Add a link
Reference in a new issue