|
1438 | 1438 | "name": "VUE - Meta Import Punctuation Definition Block",
|
1439 | 1439 | "scope": [
|
1440 | 1440 | "source.vue meta.import punctuation.definition.block",
|
1441 |
| - "source.ts meta.import punctuation.definition.block" |
| 1441 | + "source.ts meta.import punctuation.definition.block", |
| 1442 | + "source.tsx meta.import punctuation.definition.block" |
1442 | 1443 | ],
|
1443 | 1444 | "settings": {
|
1444 | 1445 | "foreground": "#f50aff"
|
|
1547 | 1548 | {
|
1548 | 1549 | "name": "TypeScript - String Quoted Double",
|
1549 | 1550 | "scope": [
|
1550 |
| - "source.ts string.quoted.double.ts" |
| 1551 | + "source.ts string.quoted.double.ts", |
| 1552 | + "source.tsx string.quoted.double.tsx" |
1551 | 1553 | ],
|
1552 | 1554 | "settings": {
|
1553 | 1555 | "foreground": "#ffb46a"
|
|
1556 | 1558 | {
|
1557 | 1559 | "name": "TypeScript - Entity Name Type Instance JSDoc",
|
1558 | 1560 | "scope": [
|
1559 |
| - "source.ts entity.name.type.instance.jsdoc" |
| 1561 | + "source.ts entity.name.type.instance.jsdoc", |
| 1562 | + "source.tsx entity.name.type.instance.jsdoc" |
1560 | 1563 | ],
|
1561 | 1564 | "settings": {
|
1562 | 1565 | "foreground": "#8f0b51"
|
|
1574 | 1577 | {
|
1575 | 1578 | "name": "TypeScript - Keyword Operator Expression Keyof",
|
1576 | 1579 | "scope": [
|
1577 |
| - "source.ts keyword.operator.expression.keyof.ts" |
| 1580 | + "source.ts keyword.operator.expression.keyof.ts", |
| 1581 | + "source.tsx keyword.operator.expression.keyof.tsx" |
1578 | 1582 | ],
|
1579 | 1583 | "settings": {
|
1580 | 1584 | "foreground": "#276aff"
|
|
1587 | 1591 | "source.ts entity.name.type.interface.ts",
|
1588 | 1592 | "source.ts entity.name.type.ts",
|
1589 | 1593 | "source.ts meta.interface.ts entity.other.inherited-class.ts",
|
1590 |
| - "source.ts meta.class.ts entity.name.type.class.ts" |
| 1594 | + "source.tsx meta.class.ts entity.name.type.class.ts", |
| 1595 | + "source.tsx entity.name.type.alias.tsx", |
| 1596 | + "source.tsx entity.name.type.interface.tsx", |
| 1597 | + "source.tsx entity.name.type.tsx", |
| 1598 | + "source.tsx meta.interface.tsx entity.other.inherited-class.tsx", |
| 1599 | + "source.tsx meta.class.tsx entity.name.type.class.tsx" |
1591 | 1600 | ],
|
1592 | 1601 | "settings": {
|
1593 | 1602 | "foreground": "#f50aff"
|
|
1596 | 1605 | {
|
1597 | 1606 | "name": "TypeScript - Meta Interface - Entity Other Inherited Class",
|
1598 | 1607 | "scope": [
|
1599 |
| - "source.ts meta.interface.ts entity.other.inherited-class.ts" |
| 1608 | + "source.ts meta.interface.ts entity.other.inherited-class.ts", |
| 1609 | + "source.tsx meta.interface.tsx entity.other.inherited-class.tsx" |
1600 | 1610 | ],
|
1601 | 1611 | "settings": {
|
1602 | 1612 | "fontStyle": "italic"
|
|
1605 | 1615 | {
|
1606 | 1616 | "name": "TypeScript - Meta Type Declaration - String Quoted Double",
|
1607 | 1617 | "scope": [
|
1608 |
| - "source.ts meta.type.declaration string.quoted.double.ts" |
| 1618 | + "source.ts meta.type.declaration string.quoted.double.ts", |
| 1619 | + "source.tsx meta.type.declaration string.quoted.double.tsx" |
1609 | 1620 | ],
|
1610 | 1621 | "settings": {
|
1611 | 1622 | "fontStyle": "italic",
|
|
1617 | 1628 | "scope": [
|
1618 | 1629 | "source.ts support.type.builtin.ts",
|
1619 | 1630 | "source.ts support.type.primitive.ts",
|
| 1631 | + "source.tsx support.type.builtin.tsx", |
| 1632 | + "source.tsx support.type.primitive.tsx", |
1620 | 1633 | "source.vue source.ts meta.var.expr.ts support.type.builtin.ts",
|
1621 | 1634 | "source.vue source.ts meta.var.expr.ts support.type.primitive.ts"
|
1622 | 1635 | ],
|
|
1628 | 1641 | "name": "TypeScript - Punctuation Definition Type Parameters Begin / End",
|
1629 | 1642 | "scope": [
|
1630 | 1643 | "source.ts punctuation.definition.typeparameters.begin.ts",
|
1631 |
| - "source.ts punctuation.definition.typeparameters.end.ts" |
| 1644 | + "source.ts punctuation.definition.typeparameters.end.ts", |
| 1645 | + "source.tsx punctuation.definition.typeparameters.begin.tsx", |
| 1646 | + "source.tsx punctuation.definition.typeparameters.end.tsx" |
| 1647 | + ], |
| 1648 | + "settings": { |
| 1649 | + "foreground": "#2492ff" |
| 1650 | + } |
| 1651 | + }, |
| 1652 | + { |
| 1653 | + "name": "TSX - Support Class Component", |
| 1654 | + "scope": [ |
| 1655 | + "source.tsx support.class.component.tsx" |
1632 | 1656 | ],
|
1633 | 1657 | "settings": {
|
1634 | 1658 | "foreground": "#2492ff"
|
1635 | 1659 | }
|
1636 | 1660 | },
|
| 1661 | + { |
| 1662 | + "name": "TSX - Entity Other Attribute Name", |
| 1663 | + "scope": [ |
| 1664 | + "source.tsx entity.other.attribute-name.tsx" |
| 1665 | + ], |
| 1666 | + "settings": { |
| 1667 | + "foreground": "#00D205" |
| 1668 | + } |
| 1669 | + }, |
1637 | 1670 | {
|
1638 | 1671 | "name": "Dart - Source Class",
|
1639 | 1672 | "scope": [
|
|
0 commit comments