Merge branch 'master' into patch-1

This commit is contained in:
James McMahon
2022-05-20 12:19:19 +01:00
committed by GitHub
6 changed files with 102 additions and 35 deletions

View File

@@ -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": {