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

@ -231,10 +231,10 @@ in
InfoDiagnosticInformation = "@Information";
InfoDiagnosticWarning = "@DiagnosticWarning";
# Extra faces
macro = "+b@function";
method = "+i@function";
macro = "+u@function";
method = "@function";
format_specifier = "+i@string";
mutable_variable = "+u@variable";
mutable_variable = "+i@variable";
class = "+b@variable";
};
programs.my-kakoune.autoload = [