From 12294e5105632d1e009679f1bb2e48df19a5799b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 24 Nov 2013 20:18:08 -0800 Subject: * genvim.txr: Missing highlighting for hex integers. * txr.vim: Updated. --- txr.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'txr.vim') diff --git a/txr.vim b/txr.vim index 3f3068d5..a6d54bd8 100644 --- a/txr.vim +++ b/txr.vim @@ -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 -- cgit v1.2.3