summaryrefslogtreecommitdiff
path: root/pygments/lexers/asm.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #1124: Add 'addrspacecast' instruction to the LLVM asm lexerZvi Rackover2015-06-301-1/+2
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-3/+3
* Fix allowing whitespace before preprocessor commands in NASM.Georg Brandl2014-11-061-1/+1
* ca65: allow bracketsGeorg Brandl2014-10-071-1/+1
* Better name for ca65 assembler lexer.Georg Brandl2014-10-071-1/+1
* Remove the c_like subpackage.Georg Brandl2014-09-201-2/+2
* split up text lexersGeorg Brandl2014-09-191-11/+11
* 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 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