Enable semantic tokens for scala
This commit is contained in:
parent
ec8467cdd4
commit
84b6e95316
3 changed files with 6 additions and 6 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue