57952c46a4
* fix vlang grammar fetch and build fail * update highlights.scm for v-analyzer * Update languages.toml Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * Update runtime/queries/v/highlights.scm Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * update scm for new lsp * gen doc lang-support.md --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
16 lines
213 B
Scheme
16 lines
213 B
Scheme
[
|
|
(struct_declaration)
|
|
(function_declaration)
|
|
(if_expression)
|
|
(match_expression)
|
|
(for_statement)
|
|
(unsafe_expression)
|
|
(var_declaration)
|
|
(const_declaration)
|
|
] @indent
|
|
|
|
[
|
|
"]"
|
|
")"
|
|
"}"
|
|
] @outdent
|