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
Currently my HTML highlighter plugin overrides the SQL highlighter 😢 which is unfortunate. Discord says we need support for meta_prepend and meta_append for Python.
The change here is to make the context(s) pushed for strings with special highlighting into a named context instead of an anonymous one, so extendsed syntaxes can add additional special cases.
What happened?
Currently my HTML highlighter plugin overrides the SQL highlighter 😢 which is unfortunate. Discord says we need support for
meta_prepend
andmeta_append
for Python.https://discord.com/channels/280102180189634562/280102180189634562/1005140944565321848
Ideally I would love to see HTML in Python added to core, but enabling
meta_prepend
andmeta_append
would be fine in the interim.https://github.com/gnat/sublime-python-html
The text was updated successfully, but these errors were encountered: