summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | Add lexers for DASM16, Augeas, TOML, and SlashFrederik ?Freso? S. Olesen2019-03-316-2/+376
| | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | | | Create a Lexer class for BBC Basic files.Charles Ferguson2019-03-143-2/+254
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Lexer class for BBC Basic handles both the numbered lines, and unnumbered lines, of the detokenised (text) format of BBC BASIC. The tokeniser copes, in a naive manner, with the orignal versions, and BASIC V. It does not handle other extensions at this time, nor does it handle inline assembler. This should be sufficient for most cases where code needs to be presented in a colourful manner.
| | * | | | | Fix invalid escape sequence in the VBScript lexer.Matth?us G. Chajdas2019-03-061-1/+1
| | | | | | |
| | * | | | | Merged in taboege/pygments-main (pull request #803)Anteru2019-03-0613-21/+492
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add Perl 6 to the language list
| | | * | | | | Update CHANGES.Matth?us G. Chajdas2019-03-062-2/+6
| | | | | | | |
| | | * | | | | Merged in roskakori/pygments-vbscript (pull request #673)Anteru2019-03-06294-4216/+6907
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Added lexer for VBScript
| | | | * \ \ \ \ Merged in jkmartindale/pygments-main (pull request #775)Anteru2019-03-06131-3399/+5463
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix external links in RdLexer and NewLispLexer Approved-by: James Martindale <atlassian@jkmartindale.com>
| | | | | * | | | | Fix #1482.Matth?us G. Chajdas2019-03-061-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a shebang_match for php.
| | | | | * | | | | Fix #1498.Matth?us G. Chajdas2019-03-063-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .typoscript is used for TypoScript files, removing the ambiguity with TypeScript.
| | | | | * | | | | Fix #1494.Matth?us G. Chajdas2019-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the catastrophic backtracking which previously occured for strings like "\057hom\145/e2\071501\057pub\154ic_\150tml\057a
| | | | * | | | | | Fix external links in RdLexer and NewLispLexerJames Martindale2018-07-162-2/+2
| | | | | |_|_|/ / | | | | |/| | | |
| | | * | | | | | Added a few missing constants and keywords for VBScript.Thomas Aglassinger2016-10-021-0/+4
| | | | | | | | |
| | | * | | | | | Added lexer for VBScript.Thomas Aglassinger2016-10-026-4/+474
| | | | | | | | |
| | * | | | | | | Add Perl 6 to the language listTobias Boege2019-03-021-1/+1
| | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is sufficiently different from Perl 5 from the perspective of syntax highlighting that it deserves a separate mention.
| | * | | | | | Add test for the Charmci lexerMatthias Diener2019-02-121-0/+20
| | | | | | | |
| | * | | | | | Improve CSound name handling.Matth?us G. Chajdas2019-02-122-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix the last of the spurious errors we're seeing in CI.
| | * | | | | | Fix CI minimum Python version.Matth?us G. Chajdas2019-02-121-3/+3
| | | | | | | |
| | * | | | | | Don't use Charm++ CI for C++ reserved MIME types.Matth?us G. Chajdas2019-02-122-1/+3
| | | |_|_|/ / | | |/| | | |
| | * | | | | Update CHANGES and language list.Matth?us G. Chajdas2019-02-122-0/+6
| | | | | | |
| | * | | | | Make TypeScript the default for .ts files.Matth?us G. Chajdas2019-02-123-1/+6
| | | | | | |
| | * | | | | Merged in mdiener/pygments-main (pull request #788)Anteru2019-02-1240-335/+777
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | add lexer for Charm++ ci files
| | | * | | | | Update CHANGES.Matth?us G. Chajdas2019-02-121-0/+2
| | | | | | | |
| | | * | | | | Merged in hugovk/pygments-main (pull request #799)Anteru2019-02-121-8/+13
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add python_requires and update Trove classifiers
| | | | * \ \ \ \ Merged in szarnyasg/pygments-main (pull request #746)Anteru2019-02-121-8/+13
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more clauses to Cypher lexer
| | | | | * | | | | Add more clauses to Cypher lexerGabor Szarnyas2017-12-141-8/+13
| | | | | | |/ / / | | | | | |/| | |
| | | * | | | | | Add python_requires and update Trove classifiershugovk2019-02-061-0/+5
| | | |/ / / / /
| | | * | | | | Update CHANGES.Matth?us G. Chajdas2019-01-291-0/+2
| | | | | | | |
| | | * | | | | Merged in camilstaps/pygments-main-solarized (pull request #708)Anteru2019-01-29127-3376/+5245
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a solarized style Approved-by: Anteru <bitbucket@ca.sh13.net>
| | | | * | | | | Use unicode literals in docstrings as wellNikolay Orlyuk2019-01-175-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves #1492
| | | | * | | | | Merged in felixfontein/pygments-main/improve-yaml (pull request #797)Anteru2019-01-168-29/+30
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve YAML mapping lexing: fix problems with quoted colons.
| | | | | * \ \ \ \ Merged in felixfontein/pygments-main/add-django-ops (pull request #796)Anteru2019-01-167-28/+29
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Django lexer: add support for % and != operators Approved-by: Anteru <bitbucket@ca.sh13.net>
| | | | | | * \ \ \ \ Merged in tiger-222/pygments-main/fix-resource-leaks (pull request #794)Anteru2019-01-167-28/+29
| | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ResourceWarning: unclosed file
| | | | | | | * | | | | Fix ResourceWarning: unclosed fileMicka?l Schoentgen2019-01-077-28/+29
| | | | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also uniformize usage of the 'with' contact manager to prevent resource leaks.
| | | | | * | | | | | Django lexer: add support for % and != operators.Felix Fontein2019-01-121-1/+1
| | | | | |/ / / / /
| | | | * | | | | | Improve YAML mapping lexing: fix problems with quoted colons.Felix Fontein2019-01-121-2/+2
| | | | |/ / / / /
| | | | * | | | | Small improvements to the SGF lexer.Matth?us G. Chajdas2019-01-043-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update CHANGES, simplify regex, regenerate mappings.
| | | | * | | | | Merged in sblondon/pygments-main (pull request #780)Anteru2019-01-044-0/+89
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add SGF lexer
| | | | | * | | | | Add SGF lexerStephane"2018-10-214-0/+89
| | | | | |/ / / /
| | | | * | | | | Fix a small bug in the SQL analysis.Matth?us G. Chajdas2019-01-042-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated CHANGES as well, and moved the LLVM PR to the right list.
| | | | * | | | | Merged in roskakori/pygments-analyze-sql (pull request #672)Anteru2019-01-042-3/+95
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added analyse_text() for SQL
| | | | | * | | | | Added analyse_text() that attempts to detect MySQL and Transact-SQL.Thomas Aglassinger2016-10-012-3/+95
| | | | | | |/ / / | | | | | |/| | |
| | | | * | | | | Update CHANGES.Matth?us G. Chajdas2019-01-041-0/+1
| | | | | | | | |
| | | | * | | | | Update LLVM lexer to use keywords of LLVM 7.0.Robin Eklind2018-12-311-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.
| | | | * | | | | Fix Stan lexer changes eating whitespace, fix typos in example file.Matth?us G. Chajdas2018-12-233-7/+8
| | | | | | | | |
| | | | * | | | | Merged in jrnold/pygments-main (pull request #774)Anteru2018-12-232-138/+170
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Stan lexer
| | | | | * | | | | Update Stan lexerJeffrey Arnold2018-07-062-138/+170
| | | | | | |/ / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | Update Stan lexer to language version 2.17.0; add builtin-functions, new keywords, fix bug in highlighting numbers.
| | | | * | | | | Small cleanups to the Slurm lexer.Matth?us G. Chajdas2018-12-214-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove debug output, add a test file for the Slurm lexer.
| | | | * | | | | Merged in bgcook/pygments-main (pull request #760)Anteru2018-12-21111-3146/+4732
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add Slurm script parser
| | | | | * \ \ \ \ Merged in solirc/pygments-main (pull request #790)Anteru2018-12-192-62/+62
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Hspec lexer
| | | | | | * \ \ \ \ Merge fix for recently introduced failures.Matth?us G. Chajdas2018-12-19106-3075/+4576
| | | | | | |\ \ \ \ \