Changeset a4da45e for doc/LaTeXmacros/lstlang.sty
- Timestamp:
- Feb 26, 2024, 3:53:42 AM (21 months ago)
- Branches:
- master
- Children:
- 3f9a8d0
- Parents:
- 0522ebe (diff), 022bce0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
doc/LaTeXmacros/lstlang.sty (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/lstlang.sty
r0522ebe ra4da45e 8 8 %% Created On : Sat May 13 16:34:42 2017 9 9 %% Last Modified By : Peter A. Buhr 10 %% Last Modified On : Thu Sep 21 08:40:05 202311 %% Update Count : 3 110 %% Last Modified On : Fri Feb 16 07:59:29 2024 11 %% Update Count : 37 12 12 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 13 13 … … 125 125 } 126 126 127 % C++ programming language128 \lstdefinelanguage{C++}[ANSI]{C++}{129 morekeywords={nullptr,}130 }131 132 127 % uC++ programming language, based on ANSI C++ 133 \lstdefinelanguage{uC++}[ ANSI]{C++}{128 \lstdefinelanguage{uC++}[GNU]{C++}{ 134 129 morekeywords={ 135 130 _Accept, _AcceptReturn, _AcceptWait, _Actor, _At, _Catch, _CatchResume, _CorActor, _Cormonitor, _Coroutine,
Note:
See TracChangeset
for help on using the changeset viewer.