Monokai / monokai-pro-vscode

Issue tracking for Monokai Pro for Visual Studio Code
321 stars 7 forks source link

Dart syntax highlighting (coloring) #279

Closed pacifi5t closed 2 years ago

pacifi5t commented 2 years ago
  1. [ ], { }, (), " " & ' ' are not colored dim gray as they are in other languages
  2. => operator for getters and setters is white (but for arrow functions it's colored properly)
Monokai commented 2 years ago

Unfortunately the Dart language syntax definition is quite bare bones. The syntax definition is where it parses all the different tokens so color schemes can target them. For Dart, there are simply not enough tokens to style.