visual-studio-code icon indicating copy to clipboard operation
visual-studio-code copied to clipboard

Fix JS and TS coloring

Open svipas opened this issue 6 years ago • 3 comments

  • JS & TS scopes and styles are consistent.
  • Their order of scopes are the same and they both contain the same amount of scopes needed. This means TS now have fixed interpolated string templates, JS now contains color for class initialization and so on.
  • Remove bold font style from Entity Other Inherited Class.
  • Add JSX inner text scope for TS and JS.
  • Add Node.js global variables support for JS and TS.
  • Add missing meta.brace.round () and meta.brace.square [] scopes.

Fixes #120

svipas avatar Jun 13 '19 08:06 svipas

Hi @arcticicestudio, there's still an issue with JS & TS color inconsistencies, if you want I can fix conflicts of this PR.

svipas avatar Oct 04 '19 18:10 svipas

@svipas Thanks again for your contribution 🚀 The pull request has been added for triage and the review will be planned for the next iterations!

svengreb avatar Jul 15 '23 12:07 svengreb

@svengreb Thanks for the best theme ever! This PR is pretty old and might require some work to do before merging.

svipas avatar Jul 17 '23 09:07 svipas