diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-08-14 07:36:31 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-08-14 07:36:31 -0700 |
commit | b8109c296982b8641a47f9cb6223b6102fef4b8c (patch) | |
tree | ac7d9fcc1bcaad008a64cee86bef73271f1ef635 /txr.vim | |
parent | dc35aae3bfb0f5502d0848d9ad6478480a9ddd37 (diff) | |
download | txr-b8109c296982b8641a47f9cb6223b6102fef4b8c.tar.gz txr-b8109c296982b8641a47f9cb6223b6102fef4b8c.tar.bz2 txr-b8109c296982b8641a47f9cb6223b6102fef4b8c.zip |
Version 96.txr-96
Diffstat (limited to 'txr.vim')
-rw-r--r-- | txr.vim | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -180,14 +180,15 @@ syn keyword txl_keyword contained time-fields-local time-fields-utc time-string- syn keyword txl_keyword contained time-usec tofloat toint tok-str syn keyword txl_keyword contained tok-where tostring tostringp transpose syn keyword txl_keyword contained tree-bind tree-case tree-find trie-add -syn keyword txl_keyword contained trie-compress trim-str true trunc -syn keyword txl_keyword contained tuples typeof unget-byte unget-char -syn keyword txl_keyword contained uniq unless unquote until -syn keyword txl_keyword contained upcase-str update url-decode url-encode -syn keyword txl_keyword contained usleep uw-protect vec vec-push -syn keyword txl_keyword contained vec-set-length vecref vector vector-list -syn keyword txl_keyword contained vectorp when where while -syn keyword txl_keyword contained with-saved-vars zerop zip +syn keyword txl_keyword contained trie-compress trie-lookup-begin trie-lookup-feed-char trie-value-at +syn keyword txl_keyword contained trim-str true trunc tuples +syn keyword txl_keyword contained typeof unget-byte unget-char uniq +syn keyword txl_keyword contained unless unquote until upcase-str +syn keyword txl_keyword contained update url-decode url-encode usleep +syn keyword txl_keyword contained uw-protect vec vec-push vec-set-length +syn keyword txl_keyword contained vecref vector vector-list vectorp +syn keyword txl_keyword contained when where while with-saved-vars +syn keyword txl_keyword contained zerop zip syn match txr_error "@[\t ]*[*]\?[\t ]*." syn match txr_nested_error "[^\t `]\+" contained |