mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
c850b90f67
* add circom tree-sitter and lsp support * add circom syntax highlighting queries * cargo xtask docgen * updated highlights to reflect helix themes typing * bugfix: ~= operator causing issues * minor adjustment: add = and ; operator and delimiter
9 lines
241 B
Scheme
9 lines
241 B
Scheme
(function_definition) @local.scope
|
|
(template_definition) @local.scope
|
|
(main_component_definition) @local.scope
|
|
(block_statement) @local.scope
|
|
|
|
(parameter name: (identifier) @local.definition) @local.definition
|
|
|
|
|
|
(identifier) @local.reference |