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
If letters åäö or ÅÄÖ (used e.g. in Swedish, German etc) appear in an identifier the coloring breaks:
It works for Java though using the built in java syntax package:
Tested in vscode v1.23.1 using vscode-scala-syntax v0.1.2
The bug only appears in some color themes, e.g. Dark+ (default dark) and Monokai Dimmed. Above images grabbed with color theme Atom One Dark.
The text was updated successfully, but these errors were encountered:
The bug is still there (for the Polish letters in my case – such as ą,ę,ś,ć etc). It appears in some color themes only, because only some of them seem to distinguish identifier declarations... If it is not possible to make the highlighting work "in general" then maybe a configuration option for "allowed identifier symbols" can be added?
If letters åäö or ÅÄÖ (used e.g. in Swedish, German etc) appear in an identifier the coloring breaks:


It works for Java though using the built in java syntax package:
Tested in vscode v1.23.1 using vscode-scala-syntax v0.1.2
The bug only appears in some color themes, e.g. Dark+ (default dark) and Monokai Dimmed. Above images grabbed with color theme Atom One Dark.
The text was updated successfully, but these errors were encountered: