summaryrefslogtreecommitdiff
path: root/queries/gleam
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-02-27 18:11:44 +0100
committerChristian Clason <christian.clason@uni-due.de>2022-02-27 18:19:51 +0100
commit4d7580099155065f196a12d7fab412e9eb1526df (patch)
tree5f5db3fef931d2288b3ba0798f9496d27c7bdbc8 /queries/gleam
parentb6ebdaeb4437d3469d7a0e0d723d3fb514c4d6ae (diff)
fix(gleam): update parser and queries
Diffstat (limited to 'queries/gleam')
-rw-r--r--queries/gleam/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/gleam/highlights.scm b/queries/gleam/highlights.scm
index eadacce6..e1dc969a 100644
--- a/queries/gleam/highlights.scm
+++ b/queries/gleam/highlights.scm
@@ -128,7 +128,7 @@
(field_access record: (identifier) @variable field: (label) @property)
; Type Constructors
-(type_constructor_argument label: (label) @property ":" @property)
+(data_constructor_argument label: (label) @property ":" @property)
; Type Parameters
(type_parameter) @parameter