summaryrefslogtreecommitdiffstats
path: root/txr.vim
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 /txr.vim
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 'txr.vim')
-rw-r--r--txr.vim15
1 files changed, 8 insertions, 7 deletions
diff --git a/txr.vim b/txr.vim
index e25a12b1..b4ccba96 100644
--- a/txr.vim
+++ b/txr.vim
@@ -185,13 +185,14 @@ syn keyword txl_keyword contained tok-str tok-where tostring tostringp
syn keyword txl_keyword contained transpose tree-bind tree-case tree-find
syn keyword txl_keyword contained trie-add trie-compress trie-lookup-begin trie-lookup-feed-char
syn keyword txl_keyword contained trie-value-at trim-str true trunc
-syn keyword txl_keyword contained tuples typeof unget-byte unget-char
-syn keyword txl_keyword contained uniq unless unquote until
-syn keyword txl_keyword contained upcase-str update url-decode url-encode
-syn keyword txl_keyword contained usleep uw-protect vec vec-push
-syn keyword txl_keyword contained vec-set-length vecref vector vector-list
-syn keyword txl_keyword contained vectorp when where while
-syn keyword txl_keyword contained with-saved-vars zerop zip
+syn keyword txl_keyword contained tuples txr-case txr-if txr-when
+syn keyword txl_keyword contained typeof unget-byte unget-char uniq
+syn keyword txl_keyword contained unless unquote until upcase-str
+syn keyword txl_keyword contained update url-decode url-encode usleep
+syn keyword txl_keyword contained uw-protect vec vec-push vec-set-length
+syn keyword txl_keyword contained vecref vector vector-list vectorp
+syn keyword txl_keyword contained when where while with-saved-vars
+syn keyword txl_keyword contained zerop zip
syn match txr_error "@[\t ]*[*]\?[\t ]*."
syn match txr_nested_error "[^\t `]\+" contained