aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/language_cpp.lua
AgeCommit message (Collapse)Author
2022-07-13[chore]: Delete useless $NCarrezDev
follow up on Guldoman's comment
2022-07-06[chore]: Update syntaxNCarrezDev
Harmonizing the syntax files Now inline comment are a single string instead of a table of strings. -(language_c): Removed whitespaces breaking indent -(language_html): Removed trailing whitespace
2022-05-31plugins: dropped --lite-xl version tagjgmdev
2022-04-03Bumping version numbers.Adam Harrison
2022-03-29language_c/cpp: fixes and improvementsjgmdev
* support colorization of function and variables type declarations * support the macro concatenation operator ## * support what seems to be new cpp number notation format #'### * improved uppercase constants matching
2022-03-11language_cpp: improvements and fixesjgmdev
* Removed pcall(require, "plugins.language_c") since it doesn't works as it seems to have been intended. * Removed duplicate keywords * Added support for magic and uppercase constants. * Basically merged most changes from the lite-xl-plugins repo.
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.