Hacker News
- Show HN: Syntax Highlighter for VSCode – Tree-Sitter and Semantic Tokens https://github.com/EvgeniyPeshkov/syntax-highlighter 2 comments
- Color your SQL! (Qolor – semantic highlighting in Atom) https://atom.io/packages/qolor 3 comments
- Semantic Highlighting for SQL in the Atom Editor - Qolor https://atom.io/packages/qolor 2 comments
- JavaScript debugging with semantic highlighting https://github.com/equiet/recognizer 2 comments
- Color_coded: Real-time semantic highlighting in vim with libclang https://github.com/jeaye/color_coded 36 comments
Lobsters
- What should semantic diffs highlight: The change or its effect? https://semanticdiff.com/blog/language-aware-diff-highlight/ 3 comments programming
- Semantic C# code highlighting in Visual Studio 2017 https://visualstudioextensions.vlasovstudio.com/2017/05/17/semantic-c-code-highlighting-in-visual-studio-2017/ 12 comments csharp
- A semantic javascript syntax highlighter (uses babylon) https://github.com/billyvg/tigris.nvim 10 comments neovim
- Color your SQL! (Qolor – semantic highlighting in Atom) https://atom.io/packages/qolor 6 comments coding
- Semantic tokens plugin in haskell language server for semantic highlighting https://github.com/haskell/haskell-language-server/pull/3892 7 comments haskell
- How to make semantic token highlighting work with gopls in neovim? None 4 comments neovim
- C++ language server cquery: definition/references/approximate symbol search/completion/rainbow semantic highlighting https://github.com/jacobdufault/cquery/wiki/emacs 39 comments emacs
- Can Emacs do semantic syntax highlighting (etc) like Eclipse? Please help. https://www.reddit.com/r/emacs/comments/79rlgy/can_emacs_do_semantic_syntax_highlighting_etc/ 20 comments emacs
- KDevelop - C++ IDE Evolution: From Syntax Highlighting to Semantic Highlighting http://zwabel.wordpress.com/2009/01/08/c-ide-evolution-from-syntax-highlighting-to-semantic-highlighting/ 12 comments cpp
- Semantic highlighting seems a bit off/makes things hard to read https://gist.github.com/swarn/fb37d9eefe1bc616c2a7e476c0bc0316 7 comments neovim
- color_coded: Real-time semantic highlighting in vim with libclang https://github.com/jeaye/color_coded 16 comments vim
- PSA: New Python LSP that supports inlay hints and semantic highlighting has been added to lspconfig! https://github.com/DetachHead/basedpyright 35 comments neovim
- "This Atom package enables semantic highlighting for JavaScript code. Identifiers are highlighted in different colors (the same identifier always in the same color) while everything else (like language keywords) is displayed in various shades of gray" https://atom.io/packages/language-javascript-semantic 7 comments programming