grain-language-server icon indicating copy to clipboard operation
grain-language-server copied to clipboard

Syntax Highlighting is bad in lemire.gr

Open spotandjake opened this issue 2 years ago • 1 comments

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. image

spotandjake avatar Mar 02 '23 19:03 spotandjake

Looks like it's these two lines:

// Zero the lowest bit, so we don't round up.
// mantissa &= !1N;

ospencer avatar Mar 18 '25 13:03 ospencer