Michael
Michael
All the comments after your first post have been about using PR #3046 and various implications of that. You should try it out, possibly with the modified shim. DeathAxe's screenshot...
> If I remember right, Will talked about having some way to "pick" which one you want for embeds. [Found it](https://forum.sublimetext.com/t/inheritance-for-sql-syntax-variants/31659/4?u=michaelblyons)
It's in the PHP package. Looks like the Heredoc version doesn't use a string scope underneath the SQL. That would be easy to change, for consistency, but I worry a...
> Also, how does VSC handle this? I don't know if this is an instance of it, but VSC runs a second, completely different tokenizer after the main one that...
Postgres isn't (yet) a part of #3046. Someone could add an extra extended file and start adding one, though. A handful of data types would be an easy place to...
~~Can you move this to https://github.com/sublimehq/Packages?~~ _**Edit:** Thanks, Keith._
Confirmed does not match `$(` with `)`. Does the `"match_brackets"` preference require certain scopes for highlighting matches? The `$(` has `keyword.other.block.begin` instead of a `punctuation...` one. Or is it because...
Just dealing with your bullet points: - This is the color scheme. Variables that are not language constants are specifically made white. The `@` is considered punctuation, so it is...
> Would love to get support for Scala3. If I can assist in any way, I'd be happy to. 👍 ~~@kevinsjoberg Use this PR by following the ReadMe instructions and...
My mistake. I looked at the first post and saw the list of things to do and imagined it was a list of thing that were done. 😊 Did not...