scalameta / metals-zed

Zed plugin for Metals
Apache License 2.0
56 stars 12 forks source link

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

Open spaceunifyfifty opened 4 months ago

spaceunifyfifty commented 4 months 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 4 months ago

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