mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 06:40:17 +00:00
8d7f5eab79
Release Notes: - Extracted Ocaml language support into an extension --------- Co-authored-by: Marshall <marshall@zed.dev>
21 lines
295 B
Scheme
21 lines
295 B
Scheme
[
|
|
(type_binding)
|
|
|
|
(value_specification)
|
|
(method_specification)
|
|
|
|
(external)
|
|
(field_declaration)
|
|
] @indent
|
|
|
|
(_ "<" ">" @end) @indent
|
|
(_ "{" "}" @end) @indent
|
|
(_ "(" ")" @end) @indent
|
|
|
|
(_ "object" @start "end" @end) @indent
|
|
|
|
(signature
|
|
"sig" @start
|
|
"end" @end) @indent
|
|
|
|
";;" @outdent
|