diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-19 01:07:31 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-19 01:07:31 -0800 |
commit | d41a04ccef6e3a511582bd0e25721649d476b2d4 (patch) | |
tree | 81e18fc8bf8748b537acd4f1680027543380fab8 /txr.vim | |
parent | 056107ff44d2ae75b7b7db98979d1a920a37d439 (diff) | |
download | txr-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.vim | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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* |