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
This commit is contained in:
Andrea Bolognani
2017-04-21 16:05:19 +02:00
parent ca71945575
commit a50dee9f68
3 changed files with 42 additions and 0 deletions

1
.gitignore vendored
View File

@@ -26,6 +26,7 @@
*.swp
*~
.#*
.color_coded
.deps
.dirstamp
.gdb_history