bbchung / clighter8

VIM C++ semantic syntax highlight plugin
GNU General Public License v3.0
48 stars 3 forks source link

Every clang's cursor kind gets an highlight group #11

Closed ghost closed 7 years ago

ghost commented 7 years ago

Previous version extracted 27 highlight groups from clang's AST. This version extracts the full 205 possible groups (including some Objective C and OpenMP extensions).

For those who like very fine-tuned syntax highlighting.