This commit is contained in:
Chris Wanstrath 2025-11-03 21:28:00 -08:00
parent b31b981343
commit d707ee7e6b

View File

@ -16,4 +16,5 @@ export const highlighting = styleTags({
Command: tags.function(tags.variableName),
'Params/Identifier': tags.definition(tags.variableName),
Paren: tags.paren,
Comment: tags.comment,
})