mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
27 lines
362 B
Scheme
27 lines
362 B
Scheme
; inherits: (jsx)
|
|
|
|
[
|
|
(object)
|
|
(array)
|
|
(arguments)
|
|
(statement_block)
|
|
(object_pattern)
|
|
(class_body)
|
|
(method_definition)
|
|
(named_imports)
|
|
(binary_expression)
|
|
(return_statement)
|
|
(template_substitution)
|
|
(expression_statement (call_expression))
|
|
(export_clause)
|
|
] @indent
|
|
|
|
[
|
|
(arguments (object))
|
|
"("
|
|
")"
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
] @branch
|