You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The identifier regex doesn’t include double quotes, so if you hover over a string literal, it will try to get the type of the contents, not the string itself.
The text was updated successfully, but these errors were encountered:
Unfortunately, this is more complicated than I had hoped. I could probably make this work for strings without spaces, but not with. Then I'd have issues with multi-line strings. The official advice appears to be to re-parse the entire document if you need to know the type of any particular position, you can't just hijack the text-mate scopes.
The identifier regex doesn’t include double quotes, so if you hover over a string literal, it will try to get the type of the contents, not the string itself.
The text was updated successfully, but these errors were encountered: