refactor(tui): remove code concealment toggle

This commit is contained in:
Dax Raad 2026-07-12 18:12:19 -04:00
commit 09a6cecf23
4 changed files with 4 additions and 28 deletions

View file

@ -914,12 +914,6 @@ function getSyntaxRules(theme: Theme) {
foreground: theme.text,
},
},
{
scope: ["conceal"],
style: {
foreground: theme.textMuted,
},
},
// Additional common highlight groups
{
scope: ["string.special", "string.special.url"],