summaryrefslogtreecommitdiff
path: root/lang-tags.scm
diff options
context:
space:
mode:
Diffstat (limited to 'lang-tags.scm')
-rw-r--r--lang-tags.scm8
1 files changed, 8 insertions, 0 deletions
diff --git a/lang-tags.scm b/lang-tags.scm
new file mode 100644
index 0000000..2a9305e
--- /dev/null
+++ b/lang-tags.scm
@@ -0,0 +1,8 @@
+(define elements
+ (append elements
+ '((!php 3 "?php " " ?")
+ (!? 3 "?php " " ?")
+ (!= 3 "?php echo " "; ?")
+ (!twig 3 {{ }})
+ (!asp 3 "% " " %")
+ (!% 3 "% " " %"))))