| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-28 | Added custom symbols to language c and cpp (#116) | Jefferson González | |
| This allows matching symbols like #include or #ifndef so plugins like autocomplete can provide a list of the available keywords. | |||
| 2024-06-21 | Add support for binary integer literals. (#1819) | fgelm01 | |
| 2024-06-21 | language_cpp: backport number highlighting from c (#1818) | Takase | |
| 2024-06-12 | Handle static constexpr in language_cpp lite-xl/lite-xl#1806 | Filipp Gelman | |
| 2024-06-11 | Change co_wait to co_await in language_cpp (#1800) | fgelm01 | |
| The C++20 keyword is spelled `co_await`. | |||
| 2024-04-18 | Added Arduino syntax highlighting support alongside C++. (#1767) | PerilousBooklet | |
| 2023-09-08 | Fixed C++14 digit separators (#1593) | Robert Hildebrandt | |
| 2023-08-10 | Highlight CUDA source code the same as C++ (#15) | RootCellar | |
| 2022-07-13 | [chore]: Delete useless $ | NCarrezDev | |
| follow up on Guldoman's comment | |||
| 2022-07-06 | [chore]: Update syntax | NCarrezDev | |
| 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-31 | plugins: dropped --lite-xl version tag | jgmdev | |
| 2022-04-03 | Bumping version numbers. | Adam Harrison | |
| 2022-03-29 | language_c/cpp: fixes and improvements | jgmdev | |
| * 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-11 | language_cpp: improvements and fixes | jgmdev | |
| * 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-26 | fallback to toggle-line-comment and vice versa if needed | takase1121 | |
| 2021-12-25 | add toggle-block-comment | takase1121 | |
| 2021-12-15 | Set `void` to `keyword2` in `language_c` and `language_cpp` plugins | Guldoman | |
| Move `void` to the same syntax type used by other data types. | |||
| 2021-11-21 | Add names to language plugins | Guldoman | |
| 2021-08-17 | 2.0 changelog and modversion updates. | Adam Harrison | |
| 2021-07-19 | Add language_cpp plugins | Francesco 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. | |||
