Better syntax highlighting for filter expressions

This commit is contained in:
Gregory Schier
2025-11-03 06:30:41 -08:00
parent 236c8fa656
commit 450dbd0053
5 changed files with 8 additions and 12 deletions

View File

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