diff options
author | Paul A. Patience <paul@apatience.com> | 2021-04-13 06:24:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-04-13 06:24:34 -0700 |
commit | db072d82063ae174493b1d6f57b49d54a9ec3ea8 (patch) | |
tree | 4f883ddc5a3d1d9ea2fd1a00d44aebc2a04583e0 | |
parent | dcb9d994d05328efb37d704d88b54571bcd832ec (diff) | |
download | txr-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.
-rw-r--r-- | genvim.txr | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |