summaryrefslogtreecommitdiffstats
path: root/genvim.txr
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-10-21 06:13:14 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-10-21 06:13:14 -0700
commit81f7dcca6528252c1f0a57d3b5581c628efa4bf1 (patch)
tree71d3457395914ae14b7423cc7b3c9aff21525437 /genvim.txr
parentc8b05c1e80d9b17a4fb002ee2cd8683632e6184d (diff)
downloadtxr-81f7dcca6528252c1f0a57d3b5581c628efa4bf1.tar.gz
txr-81f7dcca6528252c1f0a57d3b5581c628efa4bf1.tar.bz2
txr-81f7dcca6528252c1f0a57d3b5581c628efa4bf1.zip
* share/txr/stdlib/txr-case.txr: New file.
* txr.1: Document txr-if, txr-when and txr-case. * genvim.txr: Added new macro names. * tests/011/txr-case.expected: New file. * tests/011/txr-case.txr: New file. * txr.vim: Regenerated.
Diffstat (limited to 'genvim.txr')
-rw-r--r--genvim.txr3
1 files changed, 2 insertions, 1 deletions
diff --git a/genvim.txr b/genvim.txr
index e49f8416..1196620f 100644
--- a/genvim.txr
+++ b/genvim.txr
@@ -39,7 +39,8 @@ static void dir_tables_init(void)
"until" "last"
"if" "else" "elif"
"include")))
-@(do (set [txl-sym 0..0] '("macro-time" "macrolet" "symacrolet")))
+@(do (set [txl-sym 0..0] '("macro-time" "macrolet" "symacrolet"
+ "txr-if" "txr-when" "txr-case")))
@(set (txr-sym txl-sym) (@(sort (uniq txr-sym)) @(sort (uniq txl-sym))))
@(output)
" VIM Syntax file for txr