aboutsummaryrefslogtreecommitdiff
path: root/greet.ell
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2017-06-20 16:22:04 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2017-06-20 16:22:04 +0200
commit4a199c7b67b41eb7ac382f035c14aad71e27db86 (patch)
tree784c4ca139db6dbc6e5ec4b59323816d97ca70a6 /greet.ell
parent0ae4a423354a75200ba476e245e4068400165797 (diff)
downloadell-4a199c7b67b41eb7ac382f035c14aad71e27db86.tar.gz
ell-4a199c7b67b41eb7ac382f035c14aad71e27db86.tar.xz
ell-4a199c7b67b41eb7ac382f035c14aad71e27db86.zip
Add VIM syntax highlighting
Diffstat (limited to 'greet.ell')
-rw-r--r--greet.ell1
1 files changed, 1 insertions, 0 deletions
diff --git a/greet.ell b/greet.ell
index b2f8ef9..a84463c 100644
--- a/greet.ell
+++ b/greet.ell
@@ -1,3 +1,4 @@
+# Decrement variable passed by name
set decr {
set @1 (- @@1 1)
}