Hacker News new | ask | show | jobs
by HexDecOctBin 678 days ago
> Why would you ever do that? What's the point?

Syntax highlighting code visible on the screen

1 comments

> Syntax highlighting code visible on the screen

That... does not work in most programming languages. Especially so for showing indent levels correctly. Generally speaking, the language server (or whatever) is parsing the entire file.