Add Handlebars support

Closes #52
This commit is contained in:
Alastair Mooney
2021-06-29 10:37:58 +01:00
committed by GitHub
parent 7c484c6f06
commit 09d42f4186

View File

@@ -346,5 +346,24 @@
"pattern": "#" "pattern": "#"
} }
] ]
},
{
"language": "Handlebars",
"markers": [
{
"type": "block",
"pattern": {
"start": "<!---",
"end": "-->"
}
},
{
"type": "block",
"pattern": {
"start": "{{!",
"end": "}}"
}
}
]
} }
] ]