New "Triangle" theme

This commit is contained in:
Gregory Schier
2025-11-09 07:55:31 -08:00
parent 3aae1b52d1
commit d7a7a64ec4
2 changed files with 43 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ export const syntaxHighlightStyle = HighlightStyle.define([
textDecoration: 'underline',
},
{
tag: [t.paren, t.bracket, t.squareBracket, t.brace, t.separator, t.punctuation],
tag: [t.angleBracket, t.paren, t.bracket, t.squareBracket, t.brace, t.separator, t.punctuation],
color: 'var(--textSubtle)',
},
{