summaryrefslogtreecommitdiff
path: root/pygments/lexers/asm.py
Commit message (Expand)AuthorAgeFilesLines
* 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 as...Georg Brandl2013-01-091-5/+13
|\
| * 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 assembl...Marc 'BlackJack' Rintsch2012-06-101-1/+31
|/
* 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
* | | 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
* 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
* Implemented Nasm lexer.delroth2008-06-141-2/+73
* Make check.gbrandl2007-10-141-1/+1
* fixed asm lexers, fixed #pop / #push in multitargetmitsuhiko2007-09-281-3/+3
* ooops. added asm.py i forgotmitsuhiko2007-09-231-0/+261