You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/runtime/queries/fsharp/locals.scm

26 lines
359 B
Scheme

; Scopes
;-------
[
(ce_expression)
(module_defn)
(for_expression)
(do_expression)
(fun_expression)
(function_expression)
(try_expression)
(match_expression)
(elif_expression)
(if_expression)
] @local.scope
; Definitions
;------------
(function_or_value_defn) @local.definition
; References
;-----------
(identifier) @local.reference