mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-07 20:59:22 +03:00
Highlight qualified Elm function calls
This commit is contained in:
parent
fbe0108959
commit
62ee52a5fc
@ -26,6 +26,11 @@
|
||||
(type_annotation(lower_case_identifier) @function)
|
||||
(port_annotation(lower_case_identifier) @function)
|
||||
(function_declaration_left(lower_case_identifier) @function.definition)
|
||||
|
||||
(function_call_expr
|
||||
target: (value_expr
|
||||
name: (value_qid (dot) (lower_case_identifier) @function)))
|
||||
|
||||
(function_call_expr target: (value_expr) @identifier)
|
||||
|
||||
(exposed_value(lower_case_identifier) @function)
|
||||
|
Loading…
Reference in New Issue
Block a user