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 6bc75a9c..c0c9eb3d 100644
--- a/txr.vim
+++ b/txr.vim
@@ -107,6 +107,7 @@ syn match txr_ncomment ";.*" contained
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_unquote "," contained