summaryrefslogtreecommitdiff
path: root/pygments/lexers/c_cpp.py
Commit message (Expand)AuthorAgeFilesLines
* Updates C and C++ lexers (#2422)Christopher Di Bella2023-04-261-2/+3
* adds C++ alternative tokens as keywords (#2421)Christopher Di Bella2023-04-261-1/+2
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* all: style fixesGeorg Brandl2022-10-271-19/+31
* CFamilyLexer: Fix matching of function parameters (#2210)amitkummer2022-08-181-8/+8
* CFamilyLexer: refuse quotes between parentheses for function definitions and ...Jean Abou-Samra2022-08-151-4/+4
* Fix comments within function declarations in C (#1891) (#2140)lambda-karlculus2022-05-301-12/+29
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-0/+1
* CFamily: Lex identifiers after `case` as constants (#2084)amitkummer2022-03-121-5/+16
* Happy new year.Georg Brandl2022-01-251-1/+1
* Fix typos (#2030)Kian-Meng Ang2022-01-181-1/+1
* Add .tpp as a c++ lexer file extension (#2031)HampusMat2022-01-111-1/+1
* CFamily: improve label detection (#2022)amitkummer2022-01-061-6/+4
* CFamily: improve function detection (#2008)amitkummer2021-12-301-2/+3
* feat(lexers): associate XBM and XPM with C code (#1802)Ville Skyttä2021-12-281-2/+2
* Refactor identifiers regex to match unicode characters (#1848)amitkummer2021-10-151-2/+2
* Fix #1237 cpp whitespace token usage expanded (#1904)Sebastian Engel2021-10-021-4/+4
* Use the correct whitespace token for the C family.Matthäus G. Chajdas2021-06-201-3/+3
* Fix CFamilyLexer preprocessor tokenization errors (#1830)Henrik Lievonen2021-06-201-1/+1
* Support for OMG IDL (#1595)Fred Hornsey2021-05-021-2/+4
* Refactor CFamilyLexer (#1746)amitkummer2021-03-141-10/+7
* Fixes for C and C++ functions and namespaces (#1722)amitkummer2021-02-271-28/+56
* Fix mishandling '*/' in C/C++ and related (fixes #1695)Georg Brandl2021-01-291-2/+1
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* General improvement to the C/C++ lexer (#1350)Hubert Gruniaux2020-05-221-35/+126
* Update c_cpp.py to adds support for C++20 keywordsHubert Gruniaux2020-01-051-2/+3
* Update project to use modern Python features and idiomsJon Dufresne2019-11-251-6/+6
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Fix more instances of invalid string escapesGeorg Brandl2018-11-281-4/+4
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+252