Redirecting...

Wondering about #SyntaxHighlighting in #VScodium:

Is #Perl’s #TemplateToolkit actually TT in HTML or HTML in TT? 🤔

See comment for example.

TT code embedded into HTML/…
66.7%
HTML/… snippets in TT code
33.3%
Poll ended at .
GitHub - zsh-users/zsh-syntax-highlighting: Fish shell like syntax highlighting for Zsh.

Fish shell like syntax highlighting for Zsh. Contribute to zsh-users/zsh-syntax-highlighting development by creating an account on GitHub.

GitHub
🖥️ Oh, wow! Someone actually took the time to port #Coreboot to a #ThinkPad #X270, proving that you too can waste hours of your life for an unnoticeable boot time #improvement. 🕒🔍 Meanwhile, the rest of us are just trying to choose between 50 shades of syntax highlighting themes, because that's what really matters, right? 🎨👨‍💻
https://dork.dev/posts/2026-02-20-ported-coreboot/ #BootTime #SyntaxHighlighting #TechHumor #HackerNews #ngated
I ported Coreboot to the Thinkpad X270!

dork.dev
Last year, WordPress.com introduced new code editors for the block editor and the Additional CSS input box in the WordPress admin. This was the first stage of a larger effort[…]
 
#WordPress #WordPresscom #codeblock #codeeditor #syntaxhighlighting
https://ift.tt/f3giDO6
Introducing the Enhanced Code Block: Syntax Highlighting and More

Last year, WordPress.com introduced new code editors for the block editor and the Additional CSS input box in the WordPress admin. This was the first stage of a larger effort to make editing code a more enjoyable experience.

WPNEWS.io
Using Tree-sitter to highlight code on the web

A small rundown of how I use Tree-sitter on the web in order to get syntax highlighting in code blocks

Arborium is AI slopware and should not be trusted: A blog post about my recent experiences trying to make a syntax highlighter work and instead running face first into the horrors

https://ewie.online/posts/20260214-arborium-is-ai-slopw/


#dev #syntax-highlighting #web-dev
Arborium is AI slopware and should not be trusted - Evie On-Line

It would be an understatement to say that I am mildly interested in syntax highlighting. While I have yet to write a full-fledged parser myself, my blog

Explainer: Tree-sitter vs. LSP

I got asked a good question today: what is the difference between Tree-sitter and a language server? I don’t understand how either of these tools work in depth, so I’m just going to explain from an observable, pragmatic point of view.

Lambda Land

Published my port of the Alabaster theme family for Helix.

Alabaster is a minimal syntax highlighting approach by Nikita Prokopov (tonsky) - only 4 semantic colors: strings, constants, comments, and definitions. Everything else stays plain text because code structure is already clear from formatting.

I've ported all 6 variants (light/dark × standard/BG/mono) from the original Sublime theme (staying as close as possible to the original). Also submitted a PR to ship these with Helix upstream!

Original theme: https://github.com/tonsky/sublime-scheme-alabaster
Read tonsky's essay: https://tonsky.me/blog/syntax-highlighting/
My port: https://github.com/wolf/alabaster-for-helix

I tried to duplicate the original exactly, however Helix has multiple selections so I made the colors distinct between "selection" and "primary-selection".

#HelixEditor #Helix #Alabaster #MinimalDesign #SyntaxHighlighting #TextEditor #Rust

How I program without syntax highlighting