mirror of https://github.com/helix-editor/helix
update fsharp tree-sitter (#8024)
parent
22f4f313f1
commit
75342968e2
@ -0,0 +1,25 @@
|
|||||||
|
; 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
|
Loading…
Reference in New Issue