aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/language_cpp.lua
AgeCommit message (Collapse)Author
2021-12-26fallback to toggle-line-comment and vice versa if neededtakase1121
2021-12-25add toggle-block-commenttakase1121
2021-12-15Set `void` to `keyword2` in `language_c` and `language_cpp` pluginsGuldoman
Move `void` to the same syntax type used by other data types.
2021-11-21Add names to language pluginsGuldoman
2021-08-172.0 changelog and modversion updates.Adam Harrison
2021-07-19Add language_cpp pluginsFrancesco Abbate
Brought form the 1.16.12 release. It provides support for C++ using multi-part syntax patterns. Take the priority over C language plugins for header files.