summaryrefslogtreecommitdiffstats
path: root/genvim.txr
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2021-04-13 06:24:34 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-04-13 06:24:34 -0700
commitdb072d82063ae174493b1d6f57b49d54a9ec3ea8 (patch)
tree4f883ddc5a3d1d9ea2fd1a00d44aebc2a04583e0 /genvim.txr
parentdcb9d994d05328efb37d704d88b54571bcd832ec (diff)
downloadtxr-db072d82063ae174493b1d6f57b49d54a9ec3ea8.tar.gz
txr-db072d82063ae174493b1d6f57b49d54a9ec3ea8.tar.bz2
txr-db072d82063ae174493b1d6f57b49d54a9ec3ea8.zip
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.
Diffstat (limited to 'genvim.txr')
-rw-r--r--genvim.txr2
1 files changed, 2 insertions, 0 deletions
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