Highlight qualified Elm function calls
This commit is contained in:
parent
fbe0108959
commit
62ee52a5fc
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue