Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various fixes and cleanups to the last batch of new languages. | Matth?us G. Chajdas | 2019-04-28 | 1 | -2/+4 |
| | | | | | Add to CHANGES, languages, add versionadded, recreate mappings, fix DASM16 alias. | ||||
* | Add lexers for DASM16, Augeas, TOML, and Slash | Frederik ?Freso? S. Olesen | 2019-03-31 | 1 | -1/+105 |
| | | | | | | | | | Lexers copied unmodified from https://github.com/liluo/pygments-github-lexers which is available under a 2-clause BSD license (same as pygments), copyright 2012 to GitHub, Inc. Fixes #1391 and #1150. | ||||
* | Update LLVM lexer to use keywords of LLVM 7.0. | Robin Eklind | 2018-12-31 | 1 | -48/+57 |
| | | | | | | | | | | | | | | | | | | The keywords are based extracted from the source code of the LLVM lexer (llvm-7.0.0.src/lib/AsmParser) and is based on the first argument to the KEYWORD, TYPEKEYWORD and INSTKEYWORD macros. The list of keywords were then sorted in lexicographic order. A diff with added and removed keywords is made available at https://gist.github.com/mewmew/508e090a361095eeb60ffa88321e878a Specifically the following 10 keywords were removed: begin, dbg, end, free, getresult, linker_private, linker_private, malloc, singlethread and x86_64_win64cc And 96 new keywords were added. | ||||
* | Merged in wentasah/pygments-main (pull request #784) | Tim Hatch | 2018-12-05 | 1 | -0/+2 |
|\ | | | | | | | Fix handling of end-of-line comments in asm lexer | ||||
| * | Fix handling of end-of-line comments in asm lexer | michal sojka | 2018-11-26 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | When there is a comment after an instruction, e.g. mov $1,%eax ; move 1 to eax ret the next instruction (ret above) is not properly highlighted. This patch fixes that. This was also reported in #1477. | ||||
* | | Fix more instances of invalid string escapes | Georg Brandl | 2018-11-28 | 1 | -3/+3 |
|/ | | | | Also, raise on warnings from Pygments only. | ||||
* | Change instances of Comment.Singleline to Comment.Single | Erkki Mattila | 2017-02-05 | 1 | -1/+1 |
| | |||||
* | merge | Georg Brandl | 2017-01-22 | 1 | -2/+3 |
|\ | |||||
| * | More housekeeping and missed additions to CHANGES. | Georg Brandl | 2017-01-22 | 1 | -2/+3 |
| | | |||||
* | | Merged in GorNishanov/pygments-main (pull request #630) | Georg Brandl | 2017-01-22 | 1 | -2/+14 |
|\ \ | |/ |/| | | | LLVMLexer: added 58 keywords and 'token' type to match LLVM 4.0 (Issue #1263) | ||||
| * | LLVMLexer: added 58 keywords and 'token' type to match LLVM 4.0 | Gor Nishanov | 2016-07-26 | 1 | -2/+14 |
| | | |||||
* | | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | | |||||
* | | Gas lexer: whitespace already includes comments. | Georg Brandl | 2017-01-17 | 1 | -3/+1 |
| | | |||||
* | | Support gas semicolon comments besides hash comments | Sander Mathijs van Veen | 2016-12-04 | 1 | -3/+3 |
|/ | |||||
* | Merge with birkenfeld/pygments-main | Tim Hatch | 2016-05-31 | 1 | -65/+180 |
|\ | |||||
| * | regexlint fixes. | Georg Brandl | 2016-02-17 | 1 | -1/+1 |
| | | |||||
| * | LLVM lexer: use words() | Georg Brandl | 2016-02-17 | 1 | -61/+40 |
| | | |||||
| * | Hsail: fix two issues to lex examplefile. | Georg Brandl | 2016-02-17 | 1 | -3/+2 |
| | | |||||
| * | Merge in HSAIL lexer (PR#518). | Georg Brandl | 2016-02-17 | 1 | -79/+83 |
| |\ | |||||
| | * | Merged in glaskar/pygments-main (pull request #489) | Georg Brandl | 2016-01-16 | 1 | -1/+2 |
| | |\ | | | | | | | | | | | | | ASM Lexers, add more punctuation | ||||
| | * | | ASM Lexers, add more punctuation | Gabriel Laskar | 2015-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | For some architectures, the symbols "[]" and "!" are used. | ||||
| * | | | HSAIL: Add more keywords, strings, numerical constants | grollinger | 2015-11-07 | 1 | -10/+34 |
| | | | | |||||
| * | | | Add HSAIL lexer | grollinger | 2015-11-06 | 1 | -1/+110 |
| | |/ | |/| | |||||
* | | | Lex comment as Comment when a newline gets escaped | Ruben De Smet | 2016-01-07 | 1 | -3/+4 |
| | | | |||||
* | | | Add tasm lexer. | Ruben De Smet | 2016-01-07 | 1 | -2/+80 |
|/ / | | | | | | | I copied the nasm lexer and added or removed things that are different. | ||||
* | | Closes #1124: Add 'addrspacecast' instruction to the LLVM asm lexer | Zvi Rackover | 2015-06-30 | 1 | -1/+2 |
|/ | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -3/+3 |
| | |||||
* | Fix allowing whitespace before preprocessor commands in NASM. | Georg Brandl | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | ca65: allow brackets | Georg Brandl | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | Better name for ca65 assembler lexer. | Georg Brandl | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | Remove the c_like subpackage. | Georg Brandl | 2014-09-20 | 1 | -2/+2 |
| | |||||
* | split up text lexers | Georg Brandl | 2014-09-19 | 1 | -11/+11 |
| | |||||
* | 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 |
| |