diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-09-02 06:43:59 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-09-02 06:43:59 -0700 |
commit | 52935d0a99e4acf941b0069a9e1332ab5d2ff39f (patch) | |
tree | f13afe5d21e930a472cb40e78f6c624abb3ab668 | |
parent | dee9eaa0c0f4640a0576efbe93cd71cdb67cda40 (diff) | |
download | txr-52935d0a99e4acf941b0069a9e1332ab5d2ff39f.tar.gz txr-52935d0a99e4acf941b0069a9e1332ab5d2ff39f.tar.bz2 txr-52935d0a99e4acf941b0069a9e1332ab5d2ff39f.zip |
vim: fix for #; commented JSON.
* genvim.txr (txr_ign_json): Assign to Comment category,
otherwise only the start and end markers, and interior
bracketed material, is colored as a comment, with other
top-level items showing white.
-rw-r--r-- | genvim.txr | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -270,6 +270,7 @@ hi def link txr_buf_interior String hi def link txr_buf_error Error hi def link txr_ign_interior Comment hi def link txr_ign Comment +hi def link txr_ign_json Comment hi def link txr_jkeyword Type hi def link txr_jnum Number |