Scala doesn’t seem to be formatted properly. I’m assuming it’s supported since I have the option to set the syntax of a file to Scala, but the colours for different types of things are all wrong, and when I try and customise it the different pieces of syntax aren’t categorised how I would expect.
For example many things seem to be categorised as “Storage”, which makes no sense to me. Example rule:
“rules”:
[
{
“name”: “Storage”,
“scope”: “storage”,
“foreground”: “var(blue-vibrant)”,
“font_style”: “underline”
}
]
results in this:
Anyone know if Scala is supposed to be supported?
p.s. this is a scala 2 project, same with scala 3 though