summaryrefslogtreecommitdiff
path: root/pygments/lexers/asm.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* Add the NASM file format supportsAshraf Ali S2022-11-191-1/+1
* Add opaque pointer type to LLVM IR lexerVladimir Vuksanovic2022-10-311-1/+1
* all: style fixesGeorg Brandl2022-10-271-1/+2
* Add { and } to punctuation for GNU Assembly lexer (#2230)Nils Husung2022-09-141-1/+1
* Improve NASM lexer (#2212)Fanael Linithien2022-08-191-3/+4
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-6/+4
* Happy new year.Georg Brandl2022-01-251-1/+1
* Fix typos (#2030)Kian-Meng Ang2022-01-181-1/+1
* Improve objdump-nasm lexer (#1981)Pwilke2021-12-281-1/+6
* Asm lex bugfix #1895: register re check for boundary (#1961)Sebastian Engel2021-11-171-6/+6
* Whitespace token modernization - a* lexers - regarding #1905 (#1914)Sebastian Engel2021-10-231-43/+43
* Clean-up unused imports (#1887)Mickaël Schoentgen2021-08-231-1/+1
* Add numerical identifiers to LLVM label syntax (#1875)Bruce Collie2021-07-311-1/+2
* Update LLVM lexer to use keywords of LLVM 12.0. (#1824)Fraser Cormack2021-05-311-57/+84
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* llvm lexer: add poison keyword (#1612)Nuno Lopes2020-11-281-1/+1
* llvm lexer: add freeze instruction and bfloat type (#1565)Nuno Lopes2020-10-061-11/+12
* all: revert changes of [a-zA-Z0-9_] to \wGeorg Brandl2020-09-071-10/+10
* all: use argumentless super()Georg Brandl2020-09-061-3/+3
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-16/+27
* Add support for ARM constant notation in GAS lexerBrennan Ashton2020-09-021-1/+1
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Nasm: Update register syntax for 64-bit (#1465)Jonas Bushart2020-06-011-1/+1
* Improve some lexer docstringsAdam Johnson2020-03-221-8/+8
* Multiline flag does not work with re.matchAlan Hamlett2020-02-081-3/+3
* Add lexer for LLVM's MIR format (#1361)Daniel Sanders2020-01-241-5/+217
* GAS: Add test code.lrh20002019-11-301-8/+8
* GAS: Add support for C style comments.lrh20002019-11-271-3/+8
* GAS: accept registers in directive args (bitbucket PR #739)Georg Brandl2019-11-241-1/+3
* Make the NasmLexer the default for *.asm.Matth?us G. Chajdas2019-06-221-0/+14
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Fix directive parsing in NasmLexer (fixes #1517.)Matth?us G. Chajdas2019-05-211-2/+4
* Fix invalid string escape.Georg Brandl2019-05-071-1/+1
* Various fixes and cleanups to the last batch of new languages.Matth?us G. Chajdas2019-04-281-2/+4
* Add lexers for DASM16, Augeas, TOML, and SlashFrederik ?Freso? S. Olesen2019-03-311-1/+105
* Update LLVM lexer to use keywords of LLVM 7.0.Robin Eklind2018-12-311-48/+57
* Merged in wentasah/pygments-main (pull request #784)Tim Hatch2018-12-051-0/+2
|\
| * Fix handling of end-of-line comments in asm lexermichal sojka2018-11-261-0/+2
* | Fix more instances of invalid string escapesGeorg Brandl2018-11-281-3/+3
|/
* Change instances of Comment.Singleline to Comment.SingleErkki Mattila2017-02-051-1/+1
* mergeGeorg Brandl2017-01-221-2/+3
|\
| * More housekeeping and missed additions to CHANGES.Georg Brandl2017-01-221-2/+3
* | Merged in GorNishanov/pygments-main (pull request #630)Georg Brandl2017-01-221-2/+14
|\ \ | |/ |/|
| * LLVMLexer: added 58 keywords and 'token' type to match LLVM 4.0Gor Nishanov2016-07-261-2/+14
| * Merge with birkenfeld/pygments-mainTim Hatch2016-05-311-65/+180
| |\
| | * regexlint fixes.Georg Brandl2016-02-171-1/+1
| | * LLVM lexer: use words()Georg Brandl2016-02-171-61/+40
| | * Hsail: fix two issues to lex examplefile.Georg Brandl2016-02-171-3/+2