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 | 0866f2b479ddbdf5cff49f5a94e1e0137fb21e6d (patch) | |
tree | f13afe5d21e930a472cb40e78f6c624abb3ab668 | |
parent | 4aadbc68ecb2dda2b4ef3168362650ae8f2d24c7 (diff) | |
download | txr-0866f2b479ddbdf5cff49f5a94e1e0137fb21e6d.tar.gz txr-0866f2b479ddbdf5cff49f5a94e1e0137fb21e6d.tar.bz2 txr-0866f2b479ddbdf5cff49f5a94e1e0137fb21e6d.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 |