scalameta / metals-zed

Zed plugin for Metals
Apache License 2.0
44 stars 10 forks source link

`Double`, `Float` numbers lack syntax coloring #10

Open spaceunifyfifty opened 1 month ago

spaceunifyfifty commented 1 month ago

Int numbers are highlighted with a distinct color, while Double and Float numbers are greyed. Tested on numerous built-in themes.

image
tgodzik commented 1 month ago

Looks like this might be issue with tree sitter? Can't seem to repro in VS Code