mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
32 lines
407 B
Scheme
32 lines
407 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
|
|
|
|
[
|
|
(comment)
|
|
(template_string)
|
|
] @ignore
|