summaryrefslogtreecommitdiffstats
path: root/tl.vim
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-05-04 21:17:50 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-05-04 21:17:50 -0700
commite66e1ad43be464b0d42c1700b51a28605881dd33 (patch)
tree1b342690b7b9ba378cb1c2c3f1774cfdfdabcf8b /tl.vim
parent2a7f0136df10e5a6d10988b6040267e771ee5df6 (diff)
downloadtxr-e66e1ad43be464b0d42c1700b51a28605881dd33.tar.gz
txr-e66e1ad43be464b0d42c1700b51a28605881dd33.tar.bz2
txr-e66e1ad43be464b0d42c1700b51a28605881dd33.zip
Fix Vim syntax highlighting bugs.
* genvim.txr (txr_splicevar): This match must be contained. (txr_metanum): Must be contained in TXR, need not be contained in TXR Lisp. * txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'tl.vim')
-rw-r--r--tl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tl.vim b/tl.vim
index 7d645c3e..5e189a13 100644
--- a/tl.vim
+++ b/tl.vim
@@ -340,7 +340,7 @@ syn keyword txl_keyword contained wrap wrap* yield yield-from
syn keyword txl_keyword contained zap zerop zip
syn match txr_nested_error "[^\t ]\+" contained
syn match txr_variable "\(@[ \t]*\)[*]\?[ \t]*[A-Za-z_][A-Za-z_0-9]*"
-syn match txr_splicevar "@[ \t,*@]*[A-Za-z_][A-Za-z_0-9]*"
+syn match txr_splicevar "@[ \t,*@]*[A-Za-z_][A-Za-z_0-9]*" contained
syn match txr_metanum "@\+[0-9]\+"
syn match txr_badesc "\\." contained
syn match txr_escat "\\@" contained