grain-language-server
grain-language-server copied to clipboard
Syntax Highlighting is bad in lemire.gr
While working on a pr for grain I stubled into the lemire.gr file and the syntax highlighting was completly messed up for some reason.

Looks like it's these two lines:
// Zero the lowest bit, so we don't round up.
// mantissa &= !1N;