refactor(tui): remove code concealment toggle
This commit is contained in:
parent
6e55ddd078
commit
09a6cecf23
4 changed files with 4 additions and 28 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue