mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Merge branch 'master' into patch-1
This commit is contained in:
19
syntax.json
19
syntax.json
@@ -365,6 +365,17 @@
|
||||
"start": "<!--",
|
||||
"end": "-->"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
"start": "{/\\*",
|
||||
"end": "\\*/}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "- \\[ \\]"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -546,7 +557,7 @@
|
||||
},
|
||||
{
|
||||
"language": "HCL",
|
||||
"markers" : [
|
||||
"markers": [
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "#"
|
||||
@@ -566,7 +577,7 @@
|
||||
},
|
||||
{
|
||||
"language": "SCSS",
|
||||
"markers" : [
|
||||
"markers": [
|
||||
{
|
||||
"type": "line",
|
||||
"pattern": "//"
|
||||
@@ -578,11 +589,11 @@
|
||||
"end": "\\*/"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "Twig",
|
||||
"markers" : [
|
||||
"markers": [
|
||||
{
|
||||
"type": "block",
|
||||
"pattern": {
|
||||
|
||||
Reference in New Issue
Block a user