mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
Merge pull request #46 from EvgenBabenko/master
feat(syntax): add tsx support
This commit is contained in:
commit
c682711c1e
16
syntax.json
16
syntax.json
@ -156,6 +156,22 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"language": "TSX",
|
||||||
|
"markers": [
|
||||||
|
{
|
||||||
|
"type": "line",
|
||||||
|
"pattern": "//"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "block",
|
||||||
|
"pattern": {
|
||||||
|
"start": "/\\*",
|
||||||
|
"end": "\\*/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"language": "Dart",
|
"language": "Dart",
|
||||||
"markers": [
|
"markers": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user