MagicPython icon indicating copy to clipboard operation
MagicPython copied to clipboard

Is it possible to highlight all decorators the same?

Open skilkis opened this issue 5 years ago • 0 comments

  • Editor name and version: VS Code 1.33.0
  • Platform: Windows 10 1809
  • Color scheme: Pycharm Dracula Style (WIP)
  • MagicPython version: 1.1.0

First of all congrats on the great project!

I've begun working on a theme to make VS Code look similar to PyCharm. I would like to have all decorators highlighted with the same color regardless of type. At the moment the scope 'support.type.python' is prioritized over 'meta.function.decorator.python'. You can see this demonstrated in the example below for the property decorator. I get why the current order is more desirable, but is it possible to somehow override it within the theme?

decorator_example

skilkis avatar Apr 06 '19 10:04 skilkis