From 80af0b52d0ad27cd9cad279818e9066a1d8139c2 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 30 Nov 2011 08:07:15 -0800 Subject: * txr.vim: New operators added. --- txr.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'txr.vim') diff --git a/txr.vim b/txr.vim index d1acd994..ccf5feff 100644 --- a/txr.vim +++ b/txr.vim @@ -26,8 +26,9 @@ syn keyword txr_keyword contained repeat rep first last single empty syn keyword txr_keyword contained define try catch finally throw syn keyword txr_keyword contained defex throw deffilter filter eof eol -syn keyword txl_keyword contained let lambda call cond if and or defvar defun -syn keyword txl_keyword contained inc dec push pop gethash list append apply +syn keyword txl_keyword contained let let* lambda call cond if and or +syn keyword txl_keyword contained defvar defun set inc dec push +syn keyword txl_keyword contained pop gethash for for* dohash list append apply syn keyword txl_keyword contained cons list atom null consp listp proper-listp syn keyword txl_keyword contained length mapcar mappend apply -- cgit v1.2.3