From 004ba77b2d682cd68943f68a587950eb855c4816 Mon Sep 17 00:00:00 2001 From: "Paul A. Patience" Date: Tue, 13 Apr 2021 06:24:34 -0700 Subject: vim: remove txr_keyword from tl.vim. * genvim.txr: the tl.vim file does not require a highlighting association between txr_keyword and Keyword, since it lacks the txr_keyword match group. --- genvim.txr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/genvim.txr b/genvim.txr index 44a394a2..d4f8df78 100644 --- a/genvim.txr +++ b/genvim.txr @@ -170,7 +170,9 @@ hi def link txr_ncomment Comment hi def link txr_hashbang Preproc hi def link txr_contin Preproc hi def link txr_char String +@ (if txr-p) hi def link txr_keyword Keyword +@ (end) hi def link tl_keyword Type hi def link txr_string String hi def link txr_chr String -- cgit v1.2.3