summaryrefslogtreecommitdiffstats
path: root/txr.vim
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-24 01:13:55 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-24 01:13:55 -0700
commit52715b72cd4959569ad021b69bf9cf1b26ec55fb (patch)
treebd1d08d9afbb9ecd5f1e88bcab2abc98122be1df /txr.vim
parentdc1ae5cd093466d815c52167a21db78ade601763 (diff)
downloadtxr-52715b72cd4959569ad021b69bf9cf1b26ec55fb.tar.gz
txr-52715b72cd4959569ad021b69bf9cf1b26ec55fb.tar.bz2
txr-52715b72cd4959569ad021b69bf9cf1b26ec55fb.zip
* eval.c (eval_init): Register match-str and match-str-tree
intrinsics. * lib.c (match_str, match_str_tree): Default position to zero. * txr.1: Doc stubs created. * txr.vim: Highlighting for match-str and match-str-tree.
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 88313eb8..e6ef2b3f 100644
--- a/txr.vim
+++ b/txr.vim
@@ -65,6 +65,7 @@ syn keyword txl_keyword contained make-sym gensym *gensym-counter* make-package
syn keyword txl_keyword contained intern symbolp symbol-name symbol-package keywordp
syn keyword txl_keyword contained mkstring copy-str upcase-str downcase-str string-extend
syn keyword txl_keyword contained stringp lazy-stringp length-str search-str search-str-tree
+syn keyword txl_keyword contained match-str match-str-tree
syn keyword txl_keyword contained sub-str cat-str split-str replace-str
syn keyword txl_keyword contained split-str-set list-str trim-str
syn keyword txl_keyword contained string-lt int-str flo-str int-flo flo-int