Skip to content

Commit

Permalink
Add: TSX Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mrred85 committed Mar 16, 2023
1 parent 12ac8fb commit 6c87945
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions themes/darcula.json
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,9 @@
"variable.other.object.ts",
"variable.parameter.ts",
"punctuation.separator.key-value.ts",
"variable.other.readwrite.tsx",
"variable.other.object.tsx",
"variable.parameter.tsx",
"entity.name.function.sql",
"variable.parameter.smarty",
"punctuation.definition.tag.apacheconf",
Expand Down Expand Up @@ -674,7 +677,8 @@
"support.function.builtin.python",
"support.function.built-in.smarty",
"support.type.builtin.js",
"support.type.builtin.ts"
"support.type.builtin.ts",
"support.type.builtin.tsx"
],
"settings": {
"fontStyle": "bold",
Expand Down Expand Up @@ -734,7 +738,10 @@
}
},
{
"scope": "entity.name.type.ts",
"scope": [
"entity.name.type.ts",
"entity.name.type.tsx"
],
"settings": {
"fontStyle": "",
"foreground": "#507874"
Expand Down Expand Up @@ -766,6 +773,7 @@
"name": "Separators",
"scope": [
"support.type.primitive.ts",
"support.type.primitive.tsx",
"constant.character.escape",
"punctuation.terminator",
"punctuation.separator.list.comma",
Expand All @@ -777,6 +785,8 @@
"punctuation.separator.parameter.js",
"punctuation.separator.comma.ts",
"punctuation.separator.parameter.ts",
"punctuation.separator.comma.tsx",
"punctuation.separator.parameter.tsx",
"punctuation.separator.parameters.python",
"punctuation.separator.element.python",
"punctuation.separator.arguments.python",
Expand Down Expand Up @@ -1214,6 +1224,7 @@
{
"name": "Vue HTML components",
"scope": [
"source.tsx support.class.component.tsx",
"source.vue support.class.component.html",
"source.vue meta.tag.custom.start.html entity.name.tag.html",
"source.vue meta.tag.custom.end.html entity.name.tag.html",
Expand Down

0 comments on commit 6c87945

Please sign in to comment.