feat(syntax): add tsx support

This commit is contained in:
EvgenBabenko 2021-05-14 22:53:28 +03:00
parent 69def59859
commit 944d97c498

View File

@ -156,6 +156,22 @@
}
]
},
{
"language": "TSX",
"markers": [
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
},
{
"language": "Dart",
"markers": [