mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
feat: add mdx style comments
This commit is contained in:
15
syntax.json
15
syntax.json
@@ -365,6 +365,13 @@
|
||||
"start": "<!--",
|
||||
"end": "-->"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "{/\\*",
|
||||
"end": "\\*/}"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -546,7 +553,7 @@
|
||||
},
|
||||
{
|
||||
"language": "HCL",
|
||||
"markers" : [
|
||||
"markers": [
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "#"
|
||||
@@ -566,7 +573,7 @@
|
||||
},
|
||||
{
|
||||
"language": "SCSS",
|
||||
"markers" : [
|
||||
"markers": [
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "//"
|
||||
@@ -578,11 +585,11 @@
|
||||
"end": "\\*/"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "Twig",
|
||||
"markers" : [
|
||||
"markers": [
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
|
||||
Reference in New Issue
Block a user