summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | | | | | | * | | | | | Merged in marshallward/pygments-main (pull request #747)Anteru2018-12-131-0/+1
| | | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fortran E-notation without decimals (1e10)
| | | | | | | | | | | * | | | | | Safer Fortran E-notation without decimalMarshall Ward2018-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fortran e-notation values without decimal now require the presence of e (or d) and at least one exponent value.
| | | | | | | | | | | * | | | | | Fortran E-notation float without decimalMarshall Ward2018-01-061-0/+1
| | | | | | | | | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a regex to parse Fortran floating points which identify floating point values with exponents but without decimals (e.g. 1e4 vs 1.e4 or 1.0e4)
| | | | | | | | | | * | | | | | Merged in sanssecours/pygments-main (pull request #724)Anteru2018-12-1371-2393/+2777
| | | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | YAML: Fix recognition of Non-Specific Tag
| | | | | | | | | | | * \ \ \ \ \ Merged in felixfontein/pygments-main (pull request #762)Anteru2018-12-131-0/+6
| | | | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improving lexing of YAML mappings Approved-by: John Barker <john@johnrbarker.com>
| | | | | | | | | | | | * | | | | | Improving lexing of YAML mappings.Felix Fontein2018-05-191-0/+6
| | | | | | | | | | | | |/ / / / /
| | | | | | | | | | | * | | | | | Merged in alfonse/pygments-main-glsl (pull request #740)Anteru2018-12-071-18/+92
| | | | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating GLSL to modern 4.60 recognition.
| | | | | | | | | | | | * | | | | | GLSL: Names that start with `gl_` are properly recognized as built-in variables.alfonse2017-10-291-0/+2
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | * | | | | | GLSL: Added keywords for GLSL versions > 1.20.alfonse2017-10-291-18/+90
| | | | | | | | | | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now current to GLSL 4.60.
| | | | | | | | | | | * | | | | | Merged in ↵Anteru2018-12-0770-2372/+2676
| | | | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cocoatomo/pygments-main-1/cocoatomo/insert-exception-names-added-in-python-v-1490751933833 (pull request #715) Insert exception names added in Python version 3.5 and 3.6.
| | | | | | | | | | | | * \ \ \ \ \ Merged in vodik/pygments-main/hylang-colon-in-identifiers (pull request #754)Anteru2018-12-071-1/+1
| | | | | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hy lexer should accept colons inside identifiers
| | | | | | | | | | | | | * | | | | | Hy lexer should accept colons inside identifiersSimon Gomizelj2018-04-051-1/+1
| | | | | | | | | | | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Colons inside identifiers are completely legal in this Lisp dialect. Also prevents the lexer from catching on Python literals when lexing REPL output.
| | | | | | | | | | | | * | | | | | Merged in gpduck/pygments-main (pull request #705)Anteru2018-12-071-7/+24
| | | | | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add built-in aliases and new verbs to PowerShellLexer
| | | | | | | | | | | | | * | | | | | Add verbs from PS v5.1Chris Duck2017-02-111-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the following verbs: approve, assert, backup, block, close, compress, confirm, deny, dismount, edit, find, grant, hide, initialize, install, lock, merge, mount, open, optimize, protect, publish, redo, repair, request, revoke, save, search, step, submit, switch, sync, unblock, uninstall, unlock, unprotect, unpublish, watch
| | | | | | | | | | | | | * | | | | | Add built-in aliases to PowerShellLexerChris Duck2017-02-111-0/+13
| | | | | | | | | | | | | | |/ / / / | | | | | | | | | | | | | |/| | | |
| | | | | | | | | | | | * | | | | | Merged in wentasah/pygments-main (pull request #784)Tim Hatch2018-12-051-0/+2
| | | | | | | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix handling of end-of-line comments in asm lexer
| | | | | | | | | | | | | * | | | | | Fix handling of end-of-line comments in asm lexermichal sojka2018-11-261-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.
| | | | | | | | | | | * | | | | | | | Insert exception names added in Python version 3.5 and 3.6.cocoatomo2017-03-291-3/+3
| | | | | | | | | | | | |_|_|/ / / / | | | | | | | | | | | |/| | | | | |
| | | | | | | | | | * | | | | | | | YAML: Recognize non-specific tag `!`Rene? Schwaiger2017-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change Pygments would incorrectly mark the non-specific tag as error token.
| | | | | | | | | | * | | | | | | | YAML: Fix minor spelling mistakesRene? Schwaiger2017-06-161-2/+2
| | | | | | | | | | |/ / / / / / /
| | | | | | | | | * | | | | | | | Fix Haskell lexer for numeric literals.Takenobu Tani2017-12-091-5/+8
| | | | | | | | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See also https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0009-numeric-underscores.rst#new-syntax-this-proposal
| | | | | | | | * | | | | | | | Igor Pro lexer: Update for Igor Pro 8Thomas Braun2018-05-141-111/+248
| | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | Igor Pro lexer: Raise copyright yearThomas Braun2018-05-141-1/+1
| | | | | | | | |/ / / / / / /
| | | | | | | * | | | | | | | Add julia 0.6 language features to julia.pynatashawatkins2017-07-271-1/+3
| | | | | | | |/ / / / / / /
| | | | | | * | | | | | | | Fix syntax error in a regexp.Jakub Wilk2017-02-201-1/+1
| | | | | | | |_|_|/ / / / | | | | | | |/| | | | | |
| | | | | * | | | | | | | Fixed typos in terraform lexerJames Edwards2018-12-051-2/+2
| | | | | | | | | | | | |
| | | | | * | | | | | | | Added newer Terraform keywords.James Edwards2018-12-051-2/+3
| | | | | | |_|/ / / / / | | | | | |/| | | | | |
| | | | | * | | | | | | Fix more instances of invalid string escapesGeorg Brandl2018-11-2830-111/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, raise on warnings from Pygments only.
| | | | | * | | | | | | Update the unistring data.Georg Brandl2018-11-281-36/+40
| | | | | | | | | | | |
| | | | | * | | | | | | Merge heads.Georg Brandl2018-11-2821-109/+109
| | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | Fix invalid escapes due to missing raw string prefix.Georg Brandl2018-11-2811-47/+47
| | | | | | | | | | | | |
| | | | | | * | | | | | | Fix remaining 'DeprecationWarning: invalid escape sequence' occurrences in ↵Andreas Kloeckner2018-06-1912-63/+63
| | | | | | | |/ / / / / | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | lexer files
| | | | | * | | | | | | Handle regex syntax FutureWarnings.Georg Brandl2018-11-284-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure they are converted to errors in test runs, to catch new introductions immediately.
| | | | | * | | | | | | Fix Csound name callback cutting off part of the name.Matth?us G. Chajdas2018-11-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, a name like P:C would get parsed as P, breaking the roundtrip. This would result in random test failures during roundtrip testing.
| | | | | * | | | | | | Merged in nobkz/pygments-main (pull request #744)Anteru2018-11-271-1/+1
| | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed Elm lexer about variable name
| | | | | | * | | | | | | fixed Elm lexer about variable nameNobukazu Hanada2017-12-081-1/+1
| | | | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enabled to analyze variable name including number.
| | | | | * | | | | | | Merged in mppf5/pygments-main (pull request #735)Anteru2018-11-2722-2090/+2358
| | | | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating Chapel highlighter
| | | | | | * | | | | | | Remove duplicated number definition.Matth?us G. Chajdas2018-11-271-14/+6
| | | | | | | | | | | | |
| | | | | | * | | | | | | Merged in kevinastone/pygments-main (pull request #720)Anteru2018-11-2722-2084/+2351
| | | | | | |\ \ \ \ \ \ \ | | | | | | | | |_|_|_|_|/ | | | | | | | |/| | | | | | | | | | | | | | | | | | Added pep 515 support to the python lexer
| | | | | | | * | | | | | Merged in nwhetsell/pygments-main (pull request #684)Anteru2018-11-262-1521/+1922
| | | | | | | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update for Csound 6.09.0
| | | | | | | | * | | | | | Update for Csound 6.12.0Nathan Whetsell2018-10-251-20/+24
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Use spaces instead of tabsNathan Whetsell2018-05-111-16/+16
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Comment out Python scriptNathan Whetsell2018-05-111-16/+16
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Update for Csound 6.11.0Nathan Whetsell2018-05-111-52/+60
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Update for Csound 6.10.0Nathan Whetsell2017-12-241-31/+42
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Remove reinit from list of opcodesNathan Whetsell2017-08-301-1/+1
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Style nitNathan Whetsell2017-08-301-3/+3
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Update for Csound 6.09.1Nathan Whetsell2017-08-062-34/+26
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Add Csound Score d statementNathan Whetsell2017-05-271-1/+1
| | | | | | | | | | | | | |
| | | | | | | | * | | | | | Update for Csound 6.09.0Nathan Whetsell2017-05-261-1/+292
| | | | | | | | | | | | | |