summaryrefslogtreecommitdiff
path: root/pygments/lexers/asm.py
Commit message (Collapse)AuthorAgeFilesLines
* Add token type Number.BinDavid Corbett2014-05-191-2/+3
|
* Overlap due to case insensitive modeGaurav Jain2014-05-151-2/+2
|
* Replace addtional hidden occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-141-2/+2
|
* Many minor style fixes (trailing whitespace, tabs, etc.)Georg Brandl2014-04-151-40/+40
|
* Fix duplicate mimetype.Georg Brandl2014-03-041-0/+1
|
* versionadded tag for NasmObjdumpLexer.Georg Brandl2014-03-041-1/+3
|
* Support for intel-style objdump.David Tomaschik2014-01-241-44/+63
|
* use versionadded directivesGeorg Brandl2014-01-191-1/+1
|
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
|
* Whitespace cleanup.Georg Brandl2014-01-101-1/+1
|
* LLVM IR lexer: removed named attribute groupsalonmishne2013-12-021-1/+0
|
* LLVM IR lexer: treat attribute groups as globalsalonmishne2013-12-021-2/+2
|
* LLVM IR lexer: added missing closing quotesalonmishne2013-12-021-3/+3
|
* Added missing keywords up to LLVM 3.4.alonmishne2013-12-021-3/+13
|
* LLVM IR Lexer - added missing type 'half'alonmishne2013-12-011-1/+1
|
* LLVM IR lexer - added new instructionsalonmishne2013-12-011-1/+4
|
* Added attribute group identifiersalonmishne2013-12-011-0/+2
|
* merge with mgorny/pygments-vim-modelines-r1 (pull request #118)Georg Brandl2013-05-191-1/+1
|\
| * Add vim-specific aliases for lexers.Micha? G?rny2012-10-191-1/+1
| |
* | Add ptx_device/ptx_kernel as valid LLVM calling conventionsJustin Holewinski2013-03-031-1/+1
| |
* | Fix stuff in new lexers found by regexlint.Georg Brandl2013-01-121-2/+2
| |
* | Merged in blackjack/pygments-main (pull request #88: CBM BASIC V2 and ca65 ↵Georg Brandl2013-01-091-5/+13
|\ \ | | | | | | | | | assembler)
| * | Happy new year 2013.Georg Brandl2013-01-091-1/+1
| | |
| * | Closes #823: add fast-math keywords to LLVM.Georg Brandl2012-12-251-2/+2
| | |
| * | Remove the 'deplibs' keyword. It was old and never used.bwendling2012-11-271-1/+1
| |/
* | Merge main development.Marc 'BlackJack' Rintsch2012-10-081-1/+1
|\ \ | |/
| * Closes #779: fix LLVM label highlighting.Georg Brandl2012-08-191-1/+1
| |
* | Added lexers for CBM BASIC V2 (as found on the Commodore 64) and ca65 ↵Marc 'BlackJack' Rintsch2012-06-101-1/+31
|/ | | | assembler sources.
* Closes #760: fix highlighting of e.g. "$-16" in GAS.Georg Brandl2012-05-081-1/+1
|
* Closes #757: some more x86_64 register namesGeorg Brandl2012-05-081-1/+2
|
* Merge pygments-main with pygments-timTim Hatch2012-02-271-4/+4
|\
| * Merge pygments-main with pygments-timTim Hatch2012-01-031-4/+4
| |\
| | * Bulk changes to improve many lexers inner workingsTim Hatch2011-03-191-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 Brandl2012-02-121-1/+1
| | |
* | | Copyright update.Georg Brandl2012-02-051-1/+1
| | |
* | | Closes #721: accept char literals in GAS lexer.Georg Brandl2012-02-051-1/+3
|/ /
* | Fix current copyright year.Georg Brandl2011-07-091-1/+1
| |
* | Improve ASM analyzer (#645).Georg Brandl2011-06-181-1/+5
| |
* | Fix bug in GasLexer.analyse_text(). Make sure return val can be cast to float.Tim Van Steenburgh2011-05-261-1/+1
|/
* Remove compatibility "sets" imports.Georg Brandl2010-02-181-4/+0
|
* Fixed LLVM lexer identifier syntax and added new keywords (#442).Georg Brandl2010-01-011-34/+54
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* A few ASM lexer fixes (#450).gbrandl2009-11-231-5/+6
|
* added new float ops to LLVMmitsuhiko2009-11-161-0/+3
|
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.
* analyse_text for asm filesthatch2008-12-311-0/+2
|
* Fix unused imports.gbrandl2008-11-251-2/+1
|
* Fixes for nasm lexer, to close #337:thatch2008-07-241-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.delroth2008-06-141-2/+73
|
* Make check.gbrandl2007-10-141-1/+1
|