mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
Add all Elm functions to the outline, including locals
This commit is contained in:
parent
62ee52a5fc
commit
3cc88904bf
1 changed files with 3 additions and 2 deletions
|
@ -17,5 +17,6 @@
|
|||
(union_variant
|
||||
name: (upper_case_identifier) @name) @item
|
||||
|
||||
(type_annotation
|
||||
name: (_) @name) @item
|
||||
(value_declaration
|
||||
functionDeclarationLeft:
|
||||
(function_declaration_left(lower_case_identifier) @name)) @item
|
||||
|
|
Loading…
Reference in a new issue