diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-05-04 21:17:50 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-05-04 21:17:50 -0700 |
commit | e66e1ad43be464b0d42c1700b51a28605881dd33 (patch) | |
tree | 1b342690b7b9ba378cb1c2c3f1774cfdfdabcf8b /tl.vim | |
parent | 2a7f0136df10e5a6d10988b6040267e771ee5df6 (diff) | |
download | txr-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.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |