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
What if a theme-designer decides to colorize in a completely orthogonal way? For example: highlight everything which is Python-related in a specific color/style.
Well, it is possible to do this by highlighting programming.source.python and programming.tooling.packaging.python and programming.tooling.code-style.python with the same style, but maybe it would be nice to be able to just have a single entry in the spirit of CSS-tags (#python { ... }).
Another option would be to allow wild-cards (programming.*.python).
The text was updated successfully, but these errors were encountered:
What if a theme-designer decides to colorize in a completely orthogonal way? For example: highlight everything which is Python-related in a specific color/style.
Well, it is possible to do this by highlighting
programming.source.python
andprogramming.tooling.packaging.python
andprogramming.tooling.code-style.python
with the same style, but maybe it would be nice to be able to just have a single entry in the spirit of CSS-tags (#python { ... }
).Another option would be to allow wild-cards (
programming.*.python
).The text was updated successfully, but these errors were encountered: