Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add token type Number.Bin | David Corbett | 2014-05-19 | 1 | -2/+3 |
| | |||||
* | Overlap due to case insensitive mode | Gaurav Jain | 2014-05-15 | 1 | -2/+2 |
| | |||||
* | Replace addtional hidden occurences of a-zA-Z0-9_ with \w | Gaurav Jain | 2014-05-14 | 1 | -2/+2 |
| | |||||
* | Many minor style fixes (trailing whitespace, tabs, etc.) | Georg Brandl | 2014-04-15 | 1 | -40/+40 |
| | |||||
* | Fix duplicate mimetype. | Georg Brandl | 2014-03-04 | 1 | -0/+1 |
| | |||||
* | versionadded tag for NasmObjdumpLexer. | Georg Brandl | 2014-03-04 | 1 | -1/+3 |
| | |||||
* | Support for intel-style objdump. | David Tomaschik | 2014-01-24 | 1 | -44/+63 |
| | |||||
* | use versionadded directives | Georg Brandl | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | Whitespace cleanup. | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | LLVM IR lexer: removed named attribute groups | alonmishne | 2013-12-02 | 1 | -1/+0 |
| | |||||
* | LLVM IR lexer: treat attribute groups as globals | alonmishne | 2013-12-02 | 1 | -2/+2 |
| | |||||
* | LLVM IR lexer: added missing closing quotes | alonmishne | 2013-12-02 | 1 | -3/+3 |
| | |||||
* | Added missing keywords up to LLVM 3.4. | alonmishne | 2013-12-02 | 1 | -3/+13 |
| | |||||
* | LLVM IR Lexer - added missing type 'half' | alonmishne | 2013-12-01 | 1 | -1/+1 |
| | |||||
* | LLVM IR lexer - added new instructions | alonmishne | 2013-12-01 | 1 | -1/+4 |
| | |||||
* | Added attribute group identifiers | alonmishne | 2013-12-01 | 1 | -0/+2 |
| | |||||
* | merge with mgorny/pygments-vim-modelines-r1 (pull request #118) | Georg Brandl | 2013-05-19 | 1 | -1/+1 |
|\ | |||||
| * | Add vim-specific aliases for lexers. | Micha? G?rny | 2012-10-19 | 1 | -1/+1 |
| | | |||||
* | | Add ptx_device/ptx_kernel as valid LLVM calling conventions | Justin Holewinski | 2013-03-03 | 1 | -1/+1 |
| | | |||||
* | | Fix stuff in new lexers found by regexlint. | Georg Brandl | 2013-01-12 | 1 | -2/+2 |
| | | |||||
* | | Merged in blackjack/pygments-main (pull request #88: CBM BASIC V2 and ca65 ↵ | Georg Brandl | 2013-01-09 | 1 | -5/+13 |
|\ \ | | | | | | | | | | assembler) | ||||
| * | | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 |
| | | | |||||
| * | | Closes #823: add fast-math keywords to LLVM. | Georg Brandl | 2012-12-25 | 1 | -2/+2 |
| | | | |||||
| * | | Remove the 'deplibs' keyword. It was old and never used. | bwendling | 2012-11-27 | 1 | -1/+1 |
| |/ | |||||
* | | Merge main development. | Marc 'BlackJack' Rintsch | 2012-10-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Closes #779: fix LLVM label highlighting. | Georg Brandl | 2012-08-19 | 1 | -1/+1 |
| | | |||||
* | | Added lexers for CBM BASIC V2 (as found on the Commodore 64) and ca65 ↵ | Marc 'BlackJack' Rintsch | 2012-06-10 | 1 | -1/+31 |
|/ | | | | assembler sources. | ||||
* | Closes #760: fix highlighting of e.g. "$-16" in GAS. | Georg Brandl | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Closes #757: some more x86_64 register names | Georg Brandl | 2012-05-08 | 1 | -1/+2 |
| | |||||
* | Merge pygments-main with pygments-tim | Tim Hatch | 2012-02-27 | 1 | -4/+4 |
|\ | |||||
| * | Merge pygments-main with pygments-tim | Tim Hatch | 2012-01-03 | 1 | -4/+4 |
| |\ | |||||
| | * | Bulk changes to improve many lexers inner workings | Tim Hatch | 2011-03-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | Closes #738: allow backticked strings in nasm. | Georg Brandl | 2012-02-12 | 1 | -1/+1 |
| | | | |||||
* | | | Copyright update. | Georg Brandl | 2012-02-05 | 1 | -1/+1 |
| | | | |||||
* | | | Closes #721: accept char literals in GAS lexer. | Georg Brandl | 2012-02-05 | 1 | -1/+3 |
|/ / | |||||
* | | Fix current copyright year. | Georg Brandl | 2011-07-09 | 1 | -1/+1 |
| | | |||||
* | | Improve ASM analyzer (#645). | Georg Brandl | 2011-06-18 | 1 | -1/+5 |
| | | |||||
* | | Fix bug in GasLexer.analyse_text(). Make sure return val can be cast to float. | Tim Van Steenburgh | 2011-05-26 | 1 | -1/+1 |
|/ | |||||
* | Remove compatibility "sets" imports. | Georg Brandl | 2010-02-18 | 1 | -4/+0 |
| | |||||
* | Fixed LLVM lexer identifier syntax and added new keywords (#442). | Georg Brandl | 2010-01-01 | 1 | -34/+54 |
| | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | A few ASM lexer fixes (#450). | gbrandl | 2009-11-23 | 1 | -5/+6 |
| | |||||
* | added new float ops to LLVM | mitsuhiko | 2009-11-16 | 1 | -0/+3 |
| | |||||
* | Update copyrighting style to standard "team" tags. | gbrandl | 2009-01-04 | 1 | -2/+2 |
| | | | | Update AUTHORS file accordingly. | ||||
* | analyse_text for asm files | thatch | 2008-12-31 | 1 | -0/+2 |
| | |||||
* | Fix unused imports. | gbrandl | 2008-11-25 | 1 | -2/+1 |
| | |||||
* | Fixes for nasm lexer, to close #337: | thatch | 2008-07-24 | 1 | -4/+4 |
| | | | | | | * add MULTILINE flag so preproc lines starting with `%` work * be more lenient with trailing whitespace on lines * test example files from nasm097s | ||||
* | Implemented Nasm lexer. | delroth | 2008-06-14 | 1 | -2/+73 |
| | |||||
* | Make check. | gbrandl | 2007-10-14 | 1 | -1/+1 |
| |