Skip to content

Commit

Permalink
chore: highlight enuma and type
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv authored Aug 14, 2023
1 parent 3a6f26c commit 3c92fcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-intellij-darcula-theme",
"displayName": "IntelliJ IDEA Darcula Theme",
"description": "Visual Studio Code theme based on IntelliJ IDEA Darcula theme",
"version": "1.0.9",
"version": "1.0.10",
"publisher": "fisenkodv",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@
{ "attribute_name": "TEXT", "scope": "punctuation.definition.dictionary.end.json,punctuation.definition.dictionary.begin.json,punctuation.definition.array.begin.json,punctuation.definition.array.end.json" },
{ "attribute_name": "DEFAULT_KEYWORD", "scope": "constant.language.json" },

{ "attribute_name": "DEFAULT_KEYWORD", "scope": "support.type.primitive.ts,support.type.builtin.ts,storage.modifier.ts,storage.type.class.ts,storage.type.ts,storage.type.property.ts,storage.modifier.async.ts,storage.type.interface.ts" },
{ "attribute_name": "DEFAULT_KEYWORD", "scope": "support.type.primitive.ts,support.type.builtin.ts,storage.modifier.ts,storage.type.class.ts,storage.type.ts,storage.type.property.ts,storage.modifier.async.ts,storage.type.interface.ts,storage.type.enum.ts,storage.type.type.ts" },
{ "attribute_name": "DEFAULT_IDENTIFIER", "scope": "variable.parameter.ts,meta.import.ts variable.other.readwrite.alias.ts" },

{ "attribute_name": "DEFAULT_KEYWORD", "scope": "support.type.primitive.tsx,support.type.builtin.tsx,storage.modifier.tsx,storage.type.class.tsx,storage.type.tsx,storage.type.property.tsx,storage.modifier.async.tsx,storage.type.interface.tsx" },
{ "attribute_name": "DEFAULT_KEYWORD", "scope": "support.type.primitive.tsx,support.type.builtin.tsx,storage.modifier.tsx,storage.type.class.tsx,storage.type.tsx,storage.type.property.tsx,storage.modifier.async.tsx,storage.type.interface.tsx,storage.type.enum.tsx,storage.type.type.tsx" },
{ "attribute_name": "DEFAULT_IDENTIFIER", "scope": "variable.parameter.txs,meta.import.tsx variable.other.readwrite.alias.tsx" },

{ "attribute_name": "HTML_TAG", "scope": "punctuation.definition.tag.begin.tsx,punctuation.definition.tag.end.tsx" },
Expand Down

0 comments on commit 3c92fcd

Please sign in to comment.