add additional block comment syntax for TSX

This commit is contained in:
unclebabykern 2024-07-01 17:47:15 -06:00
parent 4120fdbb02
commit 7b6d7fb65e

View File

@ -242,6 +242,13 @@
"start": "/\\*", "start": "/\\*",
"end": "\\*/" "end": "\\*/"
} }
},
{
"type": "block",
"pattern": {
"start": "{/\\*",
"end": "\\*/}"
}
} }
] ]
}, },