mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
This change replaces the slint parser written and maintained by @jrmoulton with the official one hosted in the slint-ui organization on github. A huge thank you to @jrmoulton for all his work on the tree-sitter parser! --------- Co-authored-by: jrmoulton <jaredmoulton3@gmail.com>
26 lines
327 B
Scheme
26 lines
327 B
Scheme
[
|
|
(arguments)
|
|
(block)
|
|
(enum_block)
|
|
(global_block)
|
|
(imperative_block)
|
|
(struct_block)
|
|
(typed_identifier)
|
|
] @indent.begin
|
|
|
|
([
|
|
(block)
|
|
(enum_block)
|
|
(global_block)
|
|
(imperative_block)
|
|
(struct_block)
|
|
]
|
|
"}" @indent.end)
|
|
|
|
([
|
|
(arguments)
|
|
(typed_identifier)
|
|
]
|
|
")" @indent.end)
|
|
|
|
(string_value) @indent.auto
|