mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06: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",
|
||||
"markers": [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user