summaryrefslogtreecommitdiffstats
path: root/txr.vim
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-19 01:07:31 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-19 01:07:31 -0800
commitd41a04ccef6e3a511582bd0e25721649d476b2d4 (patch)
tree81e18fc8bf8748b537acd4f1680027543380fab8 /txr.vim
parent056107ff44d2ae75b7b7db98979d1a920a37d439 (diff)
downloadtxr-d41a04ccef6e3a511582bd0e25721649d476b2d4.tar.gz
txr-d41a04ccef6e3a511582bd0e25721649d476b2d4.tar.bz2
txr-d41a04ccef6e3a511582bd0e25721649d476b2d4.zip
* lib.c (sub, ref, replace): New functions.
* lib.h (sub, ref, replace): Declared. * match.c (format_field): Generic indexing using new functions. * txr.1: Documentation stub. * txr.vim: Highlighting for new functions.
Diffstat (limited to 'txr.vim')
-rw-r--r--txr.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/txr.vim b/txr.vim
index 6f202d14..7ba1c452 100644
--- a/txr.vim
+++ b/txr.vim
@@ -74,6 +74,7 @@ syn keyword txl_keyword contained list-vector copy-vec sub-vec cat-vec
syn keyword txl_keyword contained replace-vec assoc assq acons acons-new
syn keyword txl_keyword contained aconsq-new alist-remove alist-nremove copy-cons
syn keyword txl_keyword contained copy-alist merge sort find set-diff length
+syn keyword txl_keyword contained sub ref replace
syn keyword txl_keyword contained symbol-function func-get-form func-get-env
syn keyword txl_keyword contained functionp interp-fun-p *random-state*