diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-07 22:17:32 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-07 22:17:32 -0800 |
commit | 2098cacb547ba399c879bd53fff8dd5b1408f81f (patch) | |
tree | 72b904ae3bb18fbf73c57ed4fde5869fd1ceaa1f /txr.vim | |
parent | fac86680a0092066799d63cef68e04f382dc6511 (diff) | |
download | txr-2098cacb547ba399c879bd53fff8dd5b1408f81f.tar.gz txr-2098cacb547ba399c879bd53fff8dd5b1408f81f.tar.bz2 txr-2098cacb547ba399c879bd53fff8dd5b1408f81f.zip |
Break up glued keywords.
Diffstat (limited to 'txr.vim')
-rw-r--r-- | txr.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ syn keyword txl_keyword contained expt exptmod sqrt gcd fixnump bignump syn keyword txl_keyword contained numberp zerop evenp oddp > syn keyword txl_keyword contained < >= <= max min search-regex match-regex syn keyword txl_keyword contained make-hash gethash sethash pushhash remhash -syn keyword txl_keyword contained hash-count get-hash-userdata set-hash-userdatahashp maphash +syn keyword txl_keyword contained hash-count get-hash-userdata set-hash-userdata hashp maphash syn keyword txl_keyword contained hash-eql hash-equal eval *stdout* *stdin* syn keyword txl_keyword contained *stderr* format print pprint make-string-input-stream syn keyword txl_keyword contained make-string-byte-input-stream make-string-output-stream |