Hacker News new | ask | show | jobs
by shreve 2095 days ago
Don't forget syntax highlighting shortcomings. Sublime, VS Code, Syntect, Pygments, and other highlighting engines all get most languages right. Emacs and vim both do weak and incomplete jobs identifying tokens. It makes nice color schemes look bland because they skew toward only a few colors. At least neovim is working on treesitting which should improve this ability.
1 comments

Right, I've noticed this while trying to update my vimrc for web development. Syntax highlighting is just not as nice as in vscode.