mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
add additional block comment syntax for TSX
This commit is contained in:
parent
4120fdbb02
commit
7b6d7fb65e
@ -242,6 +242,13 @@
|
|||||||
"start": "/\\*",
|
"start": "/\\*",
|
||||||
"end": "\\*/"
|
"end": "\\*/"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "block",
|
||||||
|
"pattern": {
|
||||||
|
"start": "{/\\*",
|
||||||
|
"end": "\\*/}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user