diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-22 11:56:45 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-22 20:22:57 -0700 |
commit | 93e2bea59699815979259cc2b2d8adffcc852ec9 (patch) | |
tree | 915aa70043dad44a54ca3a8e9eec27149ed0cc77 /txr.vim | |
parent | a6e39d6a445297be1214aad5d603e8c3d62ecb36 (diff) | |
download | txr-93e2bea59699815979259cc2b2d8adffcc852ec9.tar.gz txr-93e2bea59699815979259cc2b2d8adffcc852ec9.tar.bz2 txr-93e2bea59699815979259cc2b2d8adffcc852ec9.zip |
Version 87.txr-87
Diffstat (limited to 'txr.vim')
-rw-r--r-- | txr.vim | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -168,7 +168,8 @@ syn keyword txl_keyword contained trunc typeof unget-byte unget-char syn keyword txl_keyword contained unquote upcase-str update url-decode syn keyword txl_keyword contained url-encode usleep uw-protect vec syn keyword txl_keyword contained vec-push vec-set-length vecref vector -syn keyword txl_keyword contained vector-list vectorp with-saved-vars zerop +syn keyword txl_keyword contained vector-list vectorp when with-saved-vars +syn keyword txl_keyword contained zerop syn match txr_error "@[\t ]*[*]\?[\t ]*." syn match txr_nested_error "[^\t `]\+" contained |