Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
anna (navi@social.vlhl.dev)'s status on Sunday, 06-Oct-2024 16:54:03 JSTanna @lanodan @rakoo
for the former, there's editorconfig, which a surprising number of projects i've contributed to uses, and some editors (nvim in my case) pick it ip out of the box
for the latter, treesitter provides actual semantic matching on the parser, and failing that, lsp-based color matching is a full on compiler giving you token information to color with (i never used the latter though)