mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
Highlight all Elm function calls
This commit is contained in:
parent
3cc88904bf
commit
e199a6a3a1
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@
|
|||
|
||||
(function_call_expr
|
||||
target: (value_expr
|
||||
name: (value_qid (dot) (lower_case_identifier) @function)))
|
||||
|
||||
(function_call_expr target: (value_expr) @identifier)
|
||||
name: (value_qid (lower_case_identifier) @function)))
|
||||
|
||||
(exposed_value(lower_case_identifier) @function)
|
||||
(exposed_type(upper_case_identifier) @type)
|
||||
|
|
Loading…
Reference in a new issue