diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-11-24 20:18:08 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-11-24 20:18:08 -0800 |
commit | 12294e5105632d1e009679f1bb2e48df19a5799b (patch) | |
tree | 6d806524ed30dbc250174a9b0f0e7cc757bfe9fc /txr.vim | |
parent | 08d33295519137c11a4ecf3a270a1b502bd4c3b8 (diff) | |
download | txr-12294e5105632d1e009679f1bb2e48df19a5799b.tar.gz txr-12294e5105632d1e009679f1bb2e48df19a5799b.tar.bz2 txr-12294e5105632d1e009679f1bb2e48df19a5799b.zip |
* genvim.txr: Missing highlighting for hex integers.
* txr.vim: Updated.
Diffstat (limited to 'txr.vim')
-rw-r--r-- | txr.vim | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -150,6 +150,7 @@ syn match txr_ident "[:@]\?[A-Za-z0-9!$%&*+\-<=>?\\^_~]\+" contained syn match txl_ident "[:@]\?[A-Za-z0-9!$%&*+\-<=>?\\^_~/]\+" contained syn match txl_ident ":" contained syn match txr_num "[+-]\?[0-9]\+" contained +syn match txr_num "#x[+-]\?[0-9A-Fa-f]\+" contained syn match txr_unquote "," contained syn match txr_splice ",\*" contained |