]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add color_coded support
authorAndrea Bolognani <abologna@redhat.com>
Fri, 21 Apr 2017 14:05:19 +0000 (16:05 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 9 May 2017 07:51:11 +0000 (09:51 +0200)
commita50dee9f68fcf79015915847f1ea45c1bcd32e42
tree27b0a0437bca6d4aa78dc9ca8bb86035235c275c
parentca719455757e5c83cb5e7baa2296b962a479f7be
Add color_coded support

color_coded[1] is a vim plugin that implements semantic
syntax highlighting using libclang.

For non-trivial projects such as libvirt, the plugin needs
some help figuring out where to find the various header
files: generate its configuration file at configure time
so that the plugin works out of the box.

[1] https://github.com/jeaye/color_coded
.color_coded.in [new file with mode: 0644]
.gitignore
configure.ac