Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Closes #1057: adjust lexer analysis functions; remove too broad analysis for ↵ | Georg Brandl | 2014-11-09 | 1 | -4/+0 |
| | | | | SystemVerilog and strengthen C. | ||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -5/+5 |
| | |||||
* | Protobuf: be conciliatory after keywords, they might be used as identifiers | Georg Brandl | 2014-11-06 | 1 | -0/+1 |
| | |||||
* | HDL: use words() | Georg Brandl | 2014-11-06 | 1 | -112/+136 |
| | |||||
* | VHDL: fix comment regex; two hyphens always start a comment | Georg Brandl | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | HDL: PEP8 cleanup | Georg Brandl | 2014-11-06 | 1 | -17/+16 |
| | |||||
* | Add token type Number.Bin | David Corbett | 2014-05-19 | 1 | -5/+4 |
| | |||||
* | Overlap due to case insensitive mode | Gaurav Jain | 2014-05-15 | 1 | -10/+10 |
| | |||||
* | Replace all occurences of a-zA-Z0-9_ with \w | Gaurav Jain | 2014-05-14 | 1 | -3/+3 |
| | |||||
* | Replace all occurences of [a-zA-Z0-9_] with \w | Gaurav Jain | 2014-05-14 | 1 | -14/+14 |
| | |||||
* | use versionadded directives | Georg Brandl | 2014-01-19 | 1 | -3/+3 |
| | |||||
* | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | Added and to systemverilog lexer. | Aditya Shevade | 2013-11-09 | 1 | -3/+3 |
| | |||||
* | added language full name in aliases for systemverilog+verilog in lexers/hdl.py | Vitaliy Lotorev | 2013-01-11 | 1 | -2/+2 |
| | |||||
* | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Move verilog package/import up in match order | Tim Hatch | 2012-03-09 | 1 | -5/+3 |
| | | | | | | | Lines that have leading whitespace should now match correctly. --- pygments/lexers/hdl.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) | ||||
* | Fix a bunch of minor issues noticed by regexlint | Tim Hatch | 2012-03-09 | 1 | -2/+3 |
| | | | | | | | | | | | | | --- pygments/lexers/agile.py | 8 ++++---- pygments/lexers/dotnet.py | 8 ++++---- pygments/lexers/functional.py | 5 ++++- pygments/lexers/hdl.py | 5 +++-- pygments/lexers/other.py | 2 +- pygments/lexers/templates.py | 31 ++++++++++++++++--------------- pygments/lexers/text.py | 4 ++-- pygments/lexers/web.py | 6 +++--- 8 files changed, 37 insertions(+), 32 deletions(-) | ||||
* | Merge pygments-main with pygments-tim | Tim Hatch | 2012-02-27 | 1 | -15/+15 |
|\ | |||||
| * | Bulk changes to improve many lexers inner workings | Tim Hatch | 2011-03-19 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on a suspicion that most examplefiles only exercise a small part of the lexers, I've written some code to find suspicious parts of regular expressions, then gone back over those to fix them. Most of these affect whether the regex does what it looks like it does, but none of them should appreciably change the function of the lexer. * a few cases which used capturing groups + bygroups incorrectly (most were harmless, but I think one could have generated a traceback in its previous state) * a few cases which could match empty string, without a callback (this is highly discouraged, because if an op doesn't consume any characters, it might be possible to enter an empty loop). I'll revisit individually the cases where a callback or state push is used. * many cases with embedded newlines in non-verbose regexes * many, many cases with reversed (else|elseif) style alternations | ||||
* | | Add changelog entry for vhdl. | Georg Brandl | 2012-02-08 | 1 | -8/+16 |
| | | |||||
* | | Merge with birkenfeld/pygments-main | Igor Kalnitsky | 2012-02-07 | 1 | -8/+144 |
|\ \ | |||||
| * | | Copyright update. | Georg Brandl | 2012-02-05 | 1 | -1/+1 |
| | | | |||||
| * | | Closes #734: support the Coq theorem prover. | Georg Brandl | 2012-02-05 | 1 | -0/+4 |
| | | | |||||
| * | | Changelog entry for SystemVerilog. | Georg Brandl | 2012-02-04 | 1 | -8/+7 |
| | | | |||||
| * | | Added new SystemVerilog lexer to hdl.py. Fixed integer typo in Verilog ↵ | Gordon McGregor | 2011-10-04 | 1 | -3/+135 |
| |/ | | | | | | | lexer. Added *.sv|*.svh filetypes for systemverilog lexer and downgraded verilog lexer to just *.v files | ||||
* | | Fix some bugs in VHDL Lexer. | Igor Kalnitsky | 2012-02-07 | 1 | -3/+4 |
| | | |||||
* | | Added VHDL Lexer. | Igor Kalnitsky | 2012-01-22 | 1 | -2/+79 |
|/ | |||||
* | 491: add Verilog lexer | thatch | 2010-05-05 | 1 | -0/+135 |