index
:
pragtical
SDL2
master
The practical and pragmatic code editor.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
plugins
/
language_cpp.lua
Age
Commit message (
Expand
)
Author
2024-08-09
Improvements to c/c++ language plugins (#128)
Jefferson González
2024-06-28
Added custom symbols to language c and cpp (#116)
Jefferson González
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
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
2022-07-06
[chore]: Update syntax
NCarrezDev
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
2022-03-11
language_cpp: improvements and fixes
jgmdev
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
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