Add Twig to syntax.json

This commit is contained in:
Mike Snoeren
2022-02-14 16:29:33 +01:00
committed by GitHub
parent ce86a850c8
commit 3c3aea1777

View File

@@ -579,5 +579,17 @@
}
}
]
},
{
"language": "Twig",
"markers" : [
{
"type": "block",
"pattern": {
"start": "{#",
"end": "#}"
}
}
]
}
]