summaryrefslogtreecommitdiff
path: root/lang-tags.scm
diff options
context:
space:
mode:
authorNiklas Olmes <niklas@olmes.de>2026-04-24 19:30:00 +0200
committerNiklas Olmes <niklas@olmes.de>2026-04-24 19:30:00 +0200
commitcdea8caa5617f0cb77bcbc9803759abd2df50644 (patch)
tree2f7f1bd3af3b2396baf5403ad1a7ad00bcb7fae9 /lang-tags.scm
stipcrmHEADmain
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 "% " " %"))))