Skip to content

C++ syntax highlighting misses certain include directives. #43

Open
@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions