We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
#include
The text was updated successfully, but these errors were encountered:
highlight include FOO_H
2f20cc5
fixes #43
Successfully merging a pull request may close this issue.
Per the FreeType library's documentation, it is to be included as follows:
However Vim's syntax files for C/C++ (and likely other languages) only highlight the
#include
when a matching pair of delimiters is provided.The text was updated successfully, but these errors were encountered: