
Release Notes: - Extracted lua language support into an extension, and improved Lua highlighting and completion label styling. --------- Co-authored-by: Marshall <marshall@zed.dev>
10 lines
182 B
Scheme
10 lines
182 B
Scheme
(
|
|
(comment)* @context
|
|
.
|
|
(function_declaration
|
|
"function" @name
|
|
name: (_) @name
|
|
(comment)* @collapse
|
|
body: (block) @collapse
|
|
) @item
|
|
)
|