summaryrefslogtreecommitdiff
path: root/pygments/lexers
Commit message (Collapse)AuthorAgeFilesLines
* Initial port to py.testGeorg Brandl2019-05-061-1/+1
| | | | | Unittest classes are kept - for now - since py.test is ok with them. Generator tests had to be switched to pytest parametrized tests.
* Update mappings, CHANGS and languages.Matth?us G. Chajdas2019-04-301-1/+1
|
* Merged in sgarnotel/pygments-main (pull request #785)Matth?us G. Chajdas2019-04-302-0/+968
|\
| * Add FreeFem++ lexersgarnotel2018-11-272-0/+968
| |
* | Merged in 6wind/pygments-main/lexer-fixes (pull request #766)Anteru2019-04-302-3/+3
|\ \ | | | | | | | | | Lexer fixes
| * | lexers/apache: allow '>' characters in tagsRobin Jarry2018-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fix lexer to support this: <IfVersion >= 2.4> ErrorLogFormat "%{cu}t %M" </IfVersion>
| * | lexers/make: allow more GNU make constructsRobin Jarry2018-06-191-2/+2
| | | | | | | | | | | | | | | | | | | | | * Allow nested macro expansions: $(eval $(var)) * Allow digits, dots, slashes and dashes in variable names in expansions: $(var-with.1-number)
* | | Merged in kurtmckee/pygments-main/support-tera-term (pull request #749)Anteru2019-04-303-0/+166
|\ \ \ | | | | | | | | | | | | Support Tera Term macro language
| * | | Support the Tera Term macro languageKurt McKee2018-01-283-0/+166
| |/ / | | | | | | | | | | | | | | | The patch modifies the Turtle parser in rdf.py, which uses the same file extension. A unit test file is included.
* | | Merged in andrescarrasco/pygments-main/boa (pull request #756)Anteru2019-04-3084-2767/+5076
|\ \ \ | | | | | | | | | | | | Add a lexer for the Boa Domain-Specific Langauge.
| * | | Update CHANGES, language list.Matth?us G. Chajdas2019-04-301-4/+6
| | | |
| * | | Simplify a few basic regex.Matth?us G. Chajdas2019-04-301-5/+5
| | | |
| * | | Merged in Praetonus/pygments-main/pony (pull request #627)Anteru2019-04-30148-3403/+5676
| |\ \ \ | | | | | | | | | | | | | | | Add lexer for the Pony language
| | * \ \ Merged in gerph/pygments-main (pull request #806)Anteru2019-04-309-48/+929
| | |\ \ \ | | | | | | | | | | | | | | | | | | Create a Lexer class for BBC Basic files.
| | | * | | Improve TOML lexer.Matth?us G. Chajdas2019-04-301-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The last found a few shortcomings in the TOML around float parsing. These get fixed in this commit; additionally, I simplified a bunch of regex.
| | | * | | Merge ssh://hg@bitbucket.org/Freso/pygments-main manually.Matth?us G. Chajdas2019-04-301-1/+0
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PR on Bitbucket did not update correctly; pulling this in manually to get the much better TOML example file.
| | | | * | | Add `versionadded` to new lexer classesFrederik ?Freso? S. Olesen2019-04-013-0/+11
| | | | | | |
| | | | * | | Add lexers for DASM16, Augeas, TOML, and SlashFrederik ?Freso? S. Olesen2019-03-314-2/+371
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | * | | | Various fixes and cleanups to the last batch of new languages.Matth?us G. Chajdas2019-04-284-8/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add to CHANGES, languages, add versionadded, recreate mappings, fix DASM16 alias.
| | | * | | | Add TOML example file and improve the lexer a bit.Matth?us G. Chajdas2019-04-281-1/+8
| | | | | | |
| | | * | | | Merged in Freso/pygments-main (pull request #807)Anteru2019-04-286-46/+536
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add lexers for DASM16, Augeas, TOML, and Slash
| | | | * | | | Fix invalid escape sequence in stata builtins, update CHANGES.Matth?us G. Chajdas2019-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | else\sif is invalid, and not needed given else and if are already valid keywords.
| | | | * | | | Merged in mcaceresb/pygments-main/sas-stata (pull request #800)Anteru2019-04-0214-26/+794
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes for Stata lexer; adds stata styles Approved-by: Anteru <bitbucket@ca.sh13.net> Approved-by: mcaceresb NA <mauricio.caceres.bravo@gmail.com>
| | | | | * | | | some fixes to the kotlin lexer to work with the corda kolin codebasenimmajbb2019-04-011-3/+30
| | | | | |/ / /
| | | | | * | | Fix nested set warning in Unicon lexers.Matth?us G. Chajdas2019-04-011-2/+2
| | | | | | | |
| | | | | * | | Fix versionadded for Unicon lexers.Matth?us G. Chajdas2019-04-011-2/+2
| | | | | | | |
| | | | | * | | Merged in cjwatson/pygments-main (pull request #753)Anteru2019-04-011-0/+5
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Markdown: add support for reference-style links
| | | | | | * | | Markdown: add support for reference-style linksColin Watson2018-02-221-0/+5
| | | | | | |/ /
| | | | | * | | Merged in bwtiffin/pygments-unicon (pull request #731)Matth?us G. Chajdas2019-04-012-0/+393
| | | | | |\ \ \
| | | | | | * | | _mapping.py edited online with Bitbucket to fix Typoscript mapping merge ↵Brian Tiffin2019-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conflict when submitting the Unicon and Icon lexers
| | | | | | * | | unicon.py created online with BitbucketBrian Tiffin2017-08-311-0/+390
| | | | | | | | |
| | | | | | * | | _mapping.py edited online with BitbucketBrian Tiffin2017-08-311-0/+3
| | | | | | |/ /
| | | | * | | | Fix StataLexer format highlight error (change Name.Format to Name.Other)Mauricio Caceres Bravo2019-02-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-12144-4204/+8276
| | | | |\ \ \ \
| | | | * | | | | Stata lexer and styles improvements and bug fixesMauricio Caceres Bravo2018-12-182-450/+536
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Nested comments correctly highlighted. - Globals and locals correctly nested inside each other and strings. - Extended locals and stored results correctly highlighted. - Keywords and operators correctly highlighted. - Parentheses and functions correctly highlighted.
| | | * | | | | | Add lexers for DASM16, Augeas, TOML, and SlashFrederik ?Freso? S. Olesen2019-03-314-2/+371
| | | | |_|/ / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-142-2/+98
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | |
| | * | | | | Update CHANGES.Matth?us G. Chajdas2019-03-061-1/+1
| | | | | | |
| | * | | | | Merged in roskakori/pygments-vbscript (pull request #673)Anteru2019-03-06145-3358/+4310
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added lexer for VBScript
| | | * \ \ \ \ Merged in jkmartindale/pygments-main (pull request #775)Anteru2019-03-0677-2714/+3607
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | * | | | | Improve CSound name handling.Matth?us G. Chajdas2019-02-121-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix the last of the spurious errors we're seeing in CI.
| | | | * | | | | Don't use Charm++ CI for C++ reserved MIME types.Matth?us G. Chajdas2019-02-122-1/+3
| | | | | |/ / / | | | | |/| | |
| | | | * | | | Make TypeScript the default for .ts files.Matth?us G. Chajdas2019-02-122-1/+5
| | | | | | | |
| | | | * | | | Merged in mdiener/pygments-main (pull request #788)Anteru2019-02-1219-222/+428
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | add lexer for Charm++ ci files
| | | | | * \ \ \ 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
| | | | | | | |/ / | | | | | | |/| |