summaryrefslogtreecommitdiffstats
path: root/txr.vim
diff options
context:
space:
mode:
Diffstat (limited to 'txr.vim')
-rw-r--r--txr.vim1
1 files changed, 1 insertions, 0 deletions
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