Enable semantic tokens for scala

This commit is contained in:
Natsu Kagami 2023-10-10 13:53:39 +02:00
parent ec8467cdd4
commit 84b6e95316
Signed by: nki
GPG key ID: 55A032EB38B49ADB
3 changed files with 6 additions and 6 deletions

View file

@ -169,8 +169,8 @@ let
{ face = "string"; token = "string"; }
{ face = "format_specifier"; token = "formatSpecifier"; }
# Variables
{ face = "mutable_variable"; token = "variable"; modifiers = [ "mutable" ]; }
{ face = "variable"; token = "variable"; }
{ face = "variable"; token = "variable"; modifiers = [ "readonly" ]; }
{ face = "mutable_variable"; token = "variable"; }
{ face = "module"; token = "namespace"; }
{ face = "variable"; token = "type_parameter"; }
{ face = "class"; token = "enum"; }