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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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