summaryrefslogtreecommitdiff
path: root/pygments/lexers/c_cpp.py
Commit message (Expand)AuthorAgeFilesLines
* Fix more instances of invalid string escapesGeorg Brandl2018-11-281-4/+4
* Copyright update.Georg Brandl2017-01-221-1/+1
* Allow open c-style comments.Tim Hatch2016-05-311-2/+4
* Add 'asm' as a C keyword.Matthew Fernandez2016-03-171-5/+6
* Fix most complaints from regexlint.Georg Brandl2016-02-141-1/+2
* Parentheses are now lexed as part of the delimiter in C++ raw strings.Miikka Salminen2016-02-081-3/+3
* Add tokens for string affixes and heredoc delimiters. Add lexing for them in ...Miikka Salminen2016-02-061-8/+8
* Closes #1103: support C++11 raw strings.Georg Brandl2016-02-021-0/+7
* Allow underscores in C++ std header names.Georg Brandl2016-02-021-1/+1
* Unbreak C/C++ tests (again).Tim Hatch2015-11-021-2/+2
* Unbreak NesC after PR#487 merge.Tim Hatch2015-10-311-1/+1
* Merged in ProgVal/pygments-main/c-function-keywords (pull request #487)Tim Hatch2015-10-311-16/+24
|\
| * Fixes #1133: Merge malexk/pygments-main (pull request #488).Tim Hatch2015-10-311-15/+20
| |\
| | * Closes #1141: C: remove blanket *_t highlighting, add some Linux specific _t ...Georg Brandl2015-10-171-14/+19
| | * Fixes #1148: Trigger using CLexer off string "#ifndef"Tim Hatch2015-10-161-1/+1
| * | c_cpp.py edited online with BitbucketMarco A2015-08-051-0/+1
| |/
| * Merged in erikrose/pygments-main (pull request #441)Georg Brandl2015-07-211-1/+3
| |\
| | * #1081: Revert e19e3591780ae26aaa0c2a672771192f71c28b50 to fix a case of patho...Erik Rose2015-01-261-1/+3
* | | Fix previous commit (again)Valentin Lorentz2015-07-211-1/+1
* | | Fix previous commitValentin Lorentz2015-07-211-5/+3
* | | Add support for function keywords in C/C++.Valentin Lorentz2015-07-211-3/+5
|/ /
* | Closes #1094: add try as a C++ keyword.Georg Brandl2015-04-081-1/+1
|/
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Closes #1057: adjust lexer analysis functions; remove too broad analysis for ...Georg Brandl2014-11-091-1/+3
* Curly brace escaping, round 2.Tim Hatch2014-10-151-1/+1
* all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-2/+2
* Remove the c_like subpackage.Georg Brandl2014-09-201-0/+231