diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-04-10 03:11:09 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-04-10 03:11:09 -0700 |
commit | d228557c3c400ba7a81ba0b0fd867ec78bb35015 (patch) | |
tree | 0a5aaca7ead1d53d89a30fab76b2263838cd2f98 /txr.vim | |
parent | d26540493a85fe2f4e85da81504cc0264df0c11f (diff) | |
download | txr-d228557c3c400ba7a81ba0b0fd867ec78bb35015.tar.gz txr-d228557c3c400ba7a81ba0b0fd867ec78bb35015.tar.bz2 txr-d228557c3c400ba7a81ba0b0fd867ec78bb35015.zip |
* eval.c (eval_init): Expose regex-compile and regexp as intrinsics.
* lib.c (obj_init): Change spelling of nongreedy operator and put
it into the user package so that it is available for use with
regex-compile.
* regex.c (match_regex, search_regex): Bugfix: optional start
position argument argument not defaulting to zero.
* txr.1: Documented regex-compile and regexp.
* txr.vim: Highlighting regex-compile and regexp.
Diffstat (limited to 'txr.vim')
-rw-r--r-- | txr.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ syn keyword txl_keyword contained floor ceil sin cos tan asin acos atan log exp syn keyword txl_keyword contained fixnump bignump integerp floatp syn keyword txl_keyword contained numberp zerop evenp oddp > syn keyword txl_keyword contained zerop evenp oddp > < >= <= = max min -syn keyword txl_keyword contained search-regex match-regex regsub +syn keyword txl_keyword contained search-regex match-regex regsub regexp regex-compile syn keyword txl_keyword contained make-hash hash hash-construct gethash sethash pushhash remhash syn keyword txl_keyword contained hash-count get-hash-userdata set-hash-userdata hashp maphash syn keyword txl_keyword contained hash-eql hash-equal |