vim-jp/vim-cpp

C++ syntax highlighting misses certain include directives.

Opened this issue · 0 comments

Per the FreeType library's documentation, it is to be included as follows:

#include <ft2build.h>
#include FT_FREETYPE_H

However Vim's syntax files for C/C++ (and likely other languages) only highlight the #include when a matching pair of delimiters is provided.