summaryrefslogtreecommitdiffstats
path: root/txr.vim
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-09-17 17:59:25 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-09-17 17:59:25 -0700
commitec060d00aeef8e87957127e7739fd6604f7fb877 (patch)
tree1ba382ae04297d259efef35da0113f0e192011c5 /txr.vim
parent9c0649bcfda1277ada69cc6e44f1df926458d922 (diff)
downloadtxr-ec060d00aeef8e87957127e7739fd6604f7fb877.tar.gz
txr-ec060d00aeef8e87957127e7739fd6604f7fb877.tar.bz2
txr-ec060d00aeef8e87957127e7739fd6604f7fb877.zip
Bring syntax highlighting function list up to date.
Diffstat (limited to 'txr.vim')
-rw-r--r--txr.vim12
1 files changed, 7 insertions, 5 deletions
diff --git a/txr.vim b/txr.vim
index a857e32a..b5c673de 100644
--- a/txr.vim
+++ b/txr.vim
@@ -47,7 +47,8 @@ syn keyword txl_keyword contained expt exptmod sqrt isqrt gcd
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 zerop evenp oddp > < >= <= = /= max min
+syn keyword txl_keyword contained logand logior logxor lognot logtrunc ash
syn keyword txl_keyword contained search-regex match-regex regsub regexp regex-compile
syn keyword txl_keyword contained make-hash make-similar-hash copy-hash hash hash-construct
syn keyword txl_keyword contained gethash sethash pushhash remhash
@@ -64,7 +65,8 @@ syn keyword txl_keyword contained get-string-from-stream make-strlist-output-str
syn keyword txl_keyword contained get-list-from-stream close-stream
syn keyword txl_keyword contained get-line get-char get-byte put-string put-line put-byte
syn keyword txl_keyword contained put-char flush-stream open-directory open-file
-syn keyword txl_keyword contained open-pipe *user-package* *keyword-package* *system-package*
+syn keyword txl_keyword contained *user-package* *keyword-package* *system-package*
+syn keyword txl_keyword contained open-pipe open-command open-process
syn keyword txl_keyword contained make-sym gensym *gensym-counter* make-package find-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
@@ -82,9 +84,9 @@ syn keyword txl_keyword contained chr-str-set span-str compl-span-str break-str
syn keyword txl_keyword contained vector vec-set-length vecref
syn keyword txl_keyword contained vec-push length-vec size-vec vector-list
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 replace-vec assoc assql acons acons-new
+syn keyword txl_keyword contained aconsql-new alist-remove alist-nremove copy-cons
+syn keyword txl_keyword contained copy-alist prop merge sort find set-diff length
syn keyword txl_keyword contained sub ref replace refset multi-sort
syn keyword txl_keyword contained symbol-function func-get-form func-get-env