Skip to content

Commit

Permalink
Minor fix for css vars and svelte keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHZhang committed Nov 11, 2023
1 parent 9a50a8b commit 3726c72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ const theme: ColorTheme = {
'variable.language.super',
'variable.language.this',
'punctuation.definition.block.sequence.item', // - (yaml)
'punctuation.definition.keyword.svelte', // # and / in svelte each loops
'punctuation.definition.list.begin', // - (md)
],
settings: {
Expand Down Expand Up @@ -450,6 +451,7 @@ const theme: ColorTheme = {
specificity('source.toml', 'meta.table', 'support.type.property-name.toml'), // TOML inline table keys
'entity.name.variable.local', // Local variable (C#)
'meta.property-value.css',
'variable.css',
'variable.language.special', // $? (shell)
'variable.other',
'variable.parameter',
Expand Down
2 changes: 2 additions & 0 deletions themes/fullmetal-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
"variable.language.super",
"variable.language.this",
"punctuation.definition.block.sequence.item",
"punctuation.definition.keyword.svelte",
"punctuation.definition.list.begin"
],
"settings": {
Expand Down Expand Up @@ -350,6 +351,7 @@
"source.toml meta.table support.type.property-name.toml",
"entity.name.variable.local",
"meta.property-value.css",
"variable.css",
"variable.language.special",
"variable.other",
"variable.parameter",
Expand Down

0 comments on commit 3726c72

Please sign in to comment.