Multiline SQL query string not being highlighted via metals
using Helix hx
#5636
dalanmiller
started this conversation in
General
Replies: 1 comment
-
No, metals doesn't support highlighting sql queries. Semantic token information sent to the editor by metals is currently built almost only based on the role the token has in the language (with very minor exceptions as using directives), specifically multiline SQL query string is a string. But you can always open a feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using
metals
with Helix (hx
) and I'm noticing that SQL query strings are not being properly highlighted nor formatted when usingmetals
.For example:
Everything within the
s""" ... """
is unhighlighted. Uncertain ifmetals
supports this just yet or I've potentially misconfigured something.Beta Was this translation helpful? Give feedback.
All reactions