summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Closing branch 'sas-stata'.sas-stataMatth?us G. Chajdas2019-04-300-0/+0
|
* Aliased stata-light to stata.Mauricio Caceres Bravo2019-04-021-0/+1
|
* Fix StataLexer format highlight error (change Name.Format to Name.Other)Mauricio Caceres Bravo2019-02-193-6/+6
| | | | | | | | StataLexer defined Name.Format for variable and print format highlighting; Name.Format is not a built-in token, which caused issues downstream in certain applications (e.g. [here](https://github.com/kylebarron/stata_kernel/issues/295)). This commit changes Name.Format to Name.Other.
* Merged default branch to hopefully solve merge conflictsMauricio Caceres Bravo2019-02-12319-5059/+18606
|\
| * 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
| | | | | |\ \ \
| | | | | * | | | Update remaining color namesMorten Enemark Lund2018-12-182-62/+62
| | | | | | | | |
| | | | * | | | | Update CHANGESSimon Hengel2018-12-191-1/+1
| | | | | | | | |
| | | | * | | | | Add Hspec lexerSimon Hengel2018-12-193-2/+26
| | | | | |/ / / | | | | |/| | |
| | | | * | | | Fix a few markup problems in the docs.Georg Brandl2018-12-185-30/+30
| | | | | | | |
| | | * | | | | added Slurm script parserBrandon Cook2018-05-112-1/+22
| | | | |_|/ / | | | |/| | |
| | * | | | | Adds a solarized styleCamil Staps2017-02-283-1/+132
| | | | | | |
| * | | | | | add commentMatthias Diener2018-12-181-0/+4
| | | | | | |
| * | | | | | add lexer for Charm++ ci filesMatthias Diener2018-12-172-1/+16
| | |_|/ / / | |/| | | |
| * | | | | Add FloScript sample file, update mappings & changes.Matth?us G. Chajdas2018-12-174-10/+60
| | | | | |
| * | | | | Merged in 0486/pygments-main (pull request #750)Anteru2018-12-17105-3080/+4505
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added FloScript lexer
| | * \ \ \ \ Merged in witchard/pygments-main (pull request #706)Anteru2018-12-171-1/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added support for text/x-shellscript mime type.
| | | * | | | | Added support for text/x-shellscript mime type. Fixes #1332.witchard2017-02-181-1/+1
| | | |/ / / /
| | * | | | | Merged in jae2/pygments-main (pull request #787)Anteru2018-12-1721-197/+585
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added newer terraform keywords
| | | * | | | | Update SARL added date, regenerate mapping.Matth?us G. Chajdas2018-12-162-2/+3
| | | | | | | |