aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/scala/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/scala/highlights.scm')
-rw-r--r--runtime/queries/scala/highlights.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/queries/scala/highlights.scm b/runtime/queries/scala/highlights.scm
index 07307875..67603fdd 100644
--- a/runtime/queries/scala/highlights.scm
+++ b/runtime/queries/scala/highlights.scm
@@ -112,6 +112,9 @@
(generic_function
function: (identifier) @function)
+(interpolated_string_expression
+ interpolator: (identifier) @function)
+
(
(identifier) @function.builtin
(#match? @function.builtin "^super$")