From 52715b72cd4959569ad021b69bf9cf1b26ec55fb Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 24 Mar 2012 01:13:55 -0700 Subject: * 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. --- txr.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'txr.vim') 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 -- cgit v1.2.3