summaryrefslogtreecommitdiff
path: root/pygments/lexers/c_cpp.py
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak C/C++ tests (again).Tim Hatch2015-11-021-2/+2
| | | | | I don't know how this got through my running the local tests earlier, unless there's a Python-version-specific issue here.
* 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
| | | | | | | | | | | | types
| | * 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 pathological slowness.
| | * #1081: Revert e19e3591780ae26aaa0c2a672771192f71c28b50 to fix a case of ↵Erik Rose2015-01-261-1/+3
| | | | | | | | | | | | pathological slowness.
* | | 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
| | | | SystemVerilog and strengthen C.
* Curly brace escaping, round 2.Tim Hatch2014-10-151-1/+1
| | | | | | | These were all pointed out by regexlint but required manual effort to track down (indicator.py was confused by most of them being produced by expressions). Also comment out some iffy comment patterns.
* all lexers: fix unescaped { and } so that the "regex" module can compile our ↵Georg Brandl2014-10-151-2/+2
| | | | regexes
* Remove the c_like subpackage.Georg Brandl2014-09-201-0/+231