aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/gleam
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/gleam')
-rw-r--r--runtime/queries/gleam/highlights.scm5
-rw-r--r--runtime/queries/gleam/locals.scm2
2 files changed, 6 insertions, 1 deletions
diff --git a/runtime/queries/gleam/highlights.scm b/runtime/queries/gleam/highlights.scm
index ed3fceca..8cff6b51 100644
--- a/runtime/queries/gleam/highlights.scm
+++ b/runtime/queries/gleam/highlights.scm
@@ -12,6 +12,8 @@
(import alias: (identifier) @namespace)
(remote_type_identifier
module: (identifier) @namespace)
+(remote_constructor_name
+ module: (identifier) @namespace)
((field_access
record: (identifier) @namespace
field: (label) @function)
@@ -45,6 +47,9 @@
(remote_type_identifier) @type
(type_identifier) @type
+; Data constructors
+(constructor_name) @constructor
+
; Literals
(string) @string
(bit_string_segment_option) @function.builtin
diff --git a/runtime/queries/gleam/locals.scm b/runtime/queries/gleam/locals.scm
index bd5903e5..49300573 100644
--- a/runtime/queries/gleam/locals.scm
+++ b/runtime/queries/gleam/locals.scm
@@ -1,5 +1,5 @@
; Scopes
-(function_body) @local.scope
+(function) @local.scope
(case_clause) @local.scope