mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(elm): zero args constructor pattern matching
This commit is contained in:
parent
3a621b9a83
commit
b67822bf58
1 changed files with 2 additions and 0 deletions
|
|
@ -166,6 +166,8 @@
|
|||
|
||||
(type_declaration
|
||||
(union_variant (upper_case_identifier) @constructor))
|
||||
(nullary_constructor_argument_pattern
|
||||
(upper_case_qid (upper_case_identifier) @constructor))
|
||||
(union_pattern
|
||||
(upper_case_qid (upper_case_identifier) @constructor))
|
||||
(value_expr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue