summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGES.Matth?us G. Chajdas2019-05-091-0/+4
|
* Merged in hroncok/pygments-main/doscon_prompt (pull request #734)Anteru2019-05-092-2/+19
|\ | | | | | | Recognize single > as a prompt in doscon
| * Recognize single > as a prompt in dosconMiro Hron?ok2017-09-222-2/+19
| | | | | | | | Fixes https://bitbucket.org/birkenfeld/pygments-main/issues/1380/lexer-for-cmdexe-interactive-session-with
* | Rename the F# parser to F# (same as C#.)Matth?us G. Chajdas2019-05-093-7/+5
| | | | | | | | | | fsharp continues to be a valid alias, so existing code which asks for the FSharp lexer will continue to work.
* | Update CHANGES.Matth?us G. Chajdas2019-05-091-0/+5
| |
* | Merged in SylvainCorlay/pygments-main/css-variables (pull request #814)Anteru2019-05-0912-25/+88
|\ \ | | | | | | | | | | | | | | | Allow for CSS variable in pygments stylesheets Approved-by: Anteru <bitbucket@ca.sh13.net>
| * | All lexers should have an alias.Georg Brandl2019-05-082-2/+2
| | |
| * | Added tag 2.4.0 for changeset 88f01f09ab5eMatth?us G. Chajdas2019-05-080-0/+0
| | |
| * | Update CHANGES.2.4.0Matth?us G. Chajdas2019-05-081-0/+1
| | | | | | | | | | | | The YAML lexer got updated since 2.3.1 as well.
| * | Add docstring to the Boa lexer.Matth?us G. Chajdas2019-05-081-1/+13
| | |
| * | Bump version to 2.4.0.Matth?us G. Chajdas2019-05-082-2/+2
| | |
| * | Update CHANGES for release.Matth?us G. Chajdas2019-05-081-1/+2
| | |
| * | Add i128/u128 types to the Rust parser.Matth?us G. Chajdas2019-05-082-1/+2
| | |
| * | Add license information to generated files (fixes #1496).Matth?us G. Chajdas2019-05-073-3/+13
| | | | | | | | | | | | Also update the license year to 2019.
| * | Merged in fix-1506-2 (pull request #817)Georg Brandl2019-05-073-13/+35
| |\ \ | | | | | | | | | | | | Never pop all states from the stack, even if a lexer wants to.
| | * | Close branch fix-1506-2fix-1506-2Georg Brandl2019-05-070-0/+0
| | | |
| | * | Fix invalid string escape.Georg Brandl2019-05-071-1/+1
| | | |
| | * | Never pop all states from the stack, even if a lexer wants to.Georg Brandl2019-05-062-12/+34
| | | | | | | | | | | | | | | | fixes #1506
| * | | Add option to wrap the code in both <code> and <pre> (fixes #438.)Matth?us G. Chajdas2019-05-061-2/+18
| |/ / | | | | | | | | | Adds a new option "wrapcode" which wraps the code using <code>.
* | | Allow for CSS variable in pygments stylesheetsSylvain Corlay2019-05-022-4/+11
|/ /
* | Update mappings, CHANGS and languages.Matth?us G. Chajdas2019-04-303-1/+3
| |
* | Merged in sgarnotel/pygments-main (pull request #785)Matth?us G. Chajdas2019-04-304-0/+1063
|\ \
| * | Add FreeFem++ lexersgarnotel2018-11-274-0/+1063
| | |
* | | Update apache2.conf sample, CHANGES.Matth?us G. Chajdas2019-04-302-0/+7
| | |
* | | 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)
* | | Add Tera Term to CHANGES, languages.Matth?us G. Chajdas2019-04-302-0/+2
| | |
* | | Add Boa to CHANGES, language list.Matth?us G. Chajdas2019-04-302-0/+2
| | |
* | | Merged in kurtmckee/pygments-main/support-tera-term (pull request #749)Anteru2019-04-305-0/+201
|\ \ \ | | | | | | | | | | | | Support Tera Term macro language
| * | | Support the Tera Term macro languageKurt McKee2018-01-285-0/+201
| |/ / | | | | | | | | | | | | | | | 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-30152-3471/+8409
|\ \ \ | | | | | | | | | | | | Add a lexer for the Boa Domain-Specific Langauge.
| * | | Update CHANGES, language list.Matth?us G. Chajdas2019-04-303-4/+10
| | | |
| * | | Simplify a few basic regex.Matth?us G. Chajdas2019-04-301-5/+5
| | | |
| * | | Merged in Praetonus/pygments-main/pony (pull request #627)Anteru2019-04-30310-4303/+9751
| |\ \ \ | | | | | | | | | | | | | | | Add lexer for the Pony language
| | * \ \ Merged in gerph/pygments-main (pull request #806)Anteru2019-04-3023-68/+2095
| | |\ \ \ | | | | | | | | | | | | | | | | | | 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-302-12/+177
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PR on Bitbucket did not update correctly; pulling this in manually to get the much better TOML example file.
| | | | * | | Add example TOML fileFrederik ?Freso? S. Olesen2019-04-011-0/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on https://github.com/toml-lang/toml/blob/master/README.md
| | | | * | | 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-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.
| | | * | | | Various fixes and cleanups to the last batch of new languages.Matth?us G. Chajdas2019-04-286-12/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-282-1/+23
| | | | | | |
| | | * | | | Merged in Freso/pygments-main (pull request #807)Anteru2019-04-2817-66/+1512
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add lexers for DASM16, Augeas, TOML, and Slash
| | | | * | | | Fix invalid escape sequence in stata builtins, update CHANGES.Matth?us G. Chajdas2019-04-022-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0229-35/+1879
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes for Stata lexer; adds stata styles Approved-by: Anteru <bitbucket@ca.sh13.net> Approved-by: mcaceresb NA <mauricio.caceres.bravo@gmail.com>
| | | | | * | | | Fix documentation build using Sphinx 2.0 (fixes #1501.)Matth?us G. Chajdas2019-04-022-6/+7
| | | | | | | | |
| | | | | * | | | Merged in nimmajbb/pygments-main/update-kotlin-lexer (pull request #808)Anteru2019-04-022-3/+161
| | | | | |\ \ \ \ | | | | | | |/ / / | | | | | |/| | | | | | | | | | | | some bug fixes to the kotlin lexer
| | | | | | * | | some fixes to the kotlin lexer to work with the corda kolin codebasenimmajbb2019-04-012-3/+161
| | | | | |/ / /
| | | | | * | | Fix nested set warning in Unicon lexers.Matth?us G. Chajdas2019-04-011-2/+2
| | | | | | | |