summaryrefslogtreecommitdiff
path: root/tests/examplefiles
Commit message (Collapse)AuthorAgeFilesLines
* Merged in maxime_vidori/pygments-main (pull request #714)Anteru2018-11-241-2/+31
|\ | | | | | | | | | | Update Dockerfile lexer Approved-by: m m <marnitto@gmail.com>
| * Update Dockerfile lexerMaxime Vidori2017-03-281-2/+31
| | | | | | | | | | | | Add Dockerfiles new keyword in the lexer Improve lexer to parse json arrays on specific commands Handle line breaks as a bash syntax
* | Merged in technomancy/pygments-main/fennel (pull request #783)Anteru2018-11-241-0/+156
|\ \ | | | | | | | | | Add support for the Fennel programming language
| * | Add support for the Fennel programming languagePhil Hagelberg2018-11-161-0/+156
| |/ | | | | | | | | | | | | | | | | This is a pretty straightforward language in the lisp family with a small number of special forms. Since Fennel runs on the Lua runtime, the list of builtins is the same as that of Lua, so it might be possible to re-use the definition from the Lua lexer, but since I don't know Python I couldn't figure out how that would work; maybe someone else could add that.
* | Merged in Reedbeta/pygments-main/hlsl-lexer (pull request #675)Anteru2018-11-244-0/+90
|\ \ | |/ | | | | | | | | Add HLSL lexer Approved-by: Anteru <bitbucket@ca.sh13.net>
| * fix an issue where a route 53 alias was shown as an errorJames Edwards2017-03-131-0/+10
| |
| * Xorg: add whitespace ruleGeorg Brandl2017-01-301-1/+1
| |
| * Xorg: fixup style, add test file, regenerate mapping.Georg Brandl2017-01-291-0/+48
| |
| * Add support for partials and path segments for Handlebars.Christian Hammond2016-11-04426-0/+122117
| | | | | | | | | | | | | | | | | | | This introduces support for some missing features to the Handlebars lexer: Partials and path segments. Partials mostly appeared to work before, but the `>` in `{{> ... }}` would appear as a syntax error, as could other components of the partial. This change introduces support for: * Standard partials: `{{> partialName}}` * Partials with parameters: `{{> partialName varname="value"}}` * Ddynamic partials: `{{> (partialFunc)}}` * Ddynamic partials with lookups: `{{> (lookup ../path "partialName")}}` * Partial blocks: `{{> @partial-block}}` * Inline partials: `{{#*inline}}..{{/inline}}` It also introduces support for path segments, which can reference content in the current context or in a parent context. For instance, `this.name`, `this/name`, `./name`, `../name`, `this/name`, etc. These are all now tracked as variables.
* Add string literal parsing to HLSL lexer (copied from the one for C++).Nathan Reed2016-12-291-0/+11
| | | | - Also added a snippet to the example file where a string shows up (uncommon in HLSL).
* Add example file for HLSLNathan Reed2016-10-051-0/+157
|
* added github flavoured markdown parserKurt Neufeld2016-06-021-0/+61
|
* Add Forth lexer.Tim Hatch2016-06-011-0/+3
| | | | Fixes #857
* Merge mjem/pygments-main (Pull Request #588)Tim Hatch2016-05-3118-0/+6418
|\
| * Merged in MostAwesomeDude/pygments-main (pull request #592)Tim Hatch2016-05-3116-0/+6402
| |\
| | * Merge with pygments-mainTim Hatch2016-05-311-0/+109
| | |\
| | | * Merged in dscorbett/pygments-snowball (pull request #589)Tim Hatch2016-05-3115-0/+6291
| | | |\ | | | | | | | | | | | | | | | Add a lexer for Snowball
| | | * | Add a lexer for SnowballDavid Corbett2016-04-241-0/+109
| | | | |
| | * | | Merged in fleischwolf/pygments-main (pull request #534)Tim Hatch2016-05-311-0/+11
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Lexer for Angular 2 template engine addedfleischwolf2016-01-021-0/+11
| | | | |
| | * | | Merge with birkenfeld/pygments-mainTim Hatch2016-05-3135-16/+10502
| | |\ \ \
| | | * \ \ Merged in dscorbett/pygments-batch (pull request #596)Tim Hatch2016-05-311-0/+2
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | Fix Batch variables in FOR loop commands
| | | | * | | Fix Batch variables in FOR loop commandsDavid Corbett2016-05-251-0/+2
| | | | | | |
| | | * | | | Merged in BlaXpirit/pygments/crystal2 (pull request #576)Tim Hatch2016-05-3112-0/+2891
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Implement Crystal lexer (based on RubyLexer)
| | | | * \ \ \ Merged in dscorbett/pygments-lua (pull request #575)Tim Hatch2016-05-3111-0/+2867
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve LuaLexer
| | | | | * \ \ \ Merged in SebastianS90/pygments-whiley (Pull Request #573)Tim Hatch2016-05-311-0/+296
| | | | | |\ \ \ \
| | | | | | * | | | Add a lexer for the Whiley programming languageSebastian Schweizer2016-03-201-0/+296
| | | | | | | |_|/ | | | | | | |/| |
| | | | | * | | | Merged in camilstaps/pygments-main (pull request #564)Tim Hatch2016-05-311-0/+1124
| | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a NuSMV (2.6) lexer and example file.
| | | | | | * | | | Adds a NuSMV (2.6) lexer and example file.Camil Staps2016-03-021-0/+1124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://nusmv.fbk.eu/NuSMV/ and in particular the documentation at http://nusmv.fbk.eu/NuSMV/userman/v26/nusmv.pdf.
| | | | | * | | | | Merged in roskakori/pygments-tsql (pull request #577)Tim Hatch2016-05-318-0/+1375
| | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add lexer for Transact-SQL
| | | | | | * \ \ \ \ Merged in __item4__/pygments-main/aheui (pull request #523)Tim Hatch2016-05-315-0/+1357
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ Merged in smattr/pygments-main/1575ad37-9b95-4885-9b49-352f0b1c860d (pull ↵Tim Hatch2016-05-311-0/+64
| | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request #579) Add support for the CapDL language.
| | | | | | | | * | | | | Add support for the CapDL language.Matthew Fernandez2016-04-011-0/+64
| | | | | | | | | |/ / / | | | | | | | | |/| | |
| | | | | | | * | | | | Merged in ero-sennin/pygments-main (pull request #567)Tim Hatch2016-05-312-0/+1174
| | | | | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add BibTeX lexers
| | | | | | | | * | | | | Add BibTeX lexersAndrey Golovizin2016-03-072-0/+1174
| | | | | | | | | | | | |
| | | | | | | * | | | | | Merged in demmer/pygments-main/juttle-lexer (pull request #565)Tim Hatch2016-05-312-8/+52
| | | | | | | |\ \ \ \ \ \ | | | | | | | | | |_|_|/ / | | | | | | | | |/| | | | | | | | | | | | | | | | | add a lexer for the juttle language
| | | | | | | * | | | | | add a lexer for the juttle languageMichael Demmer2016-03-021-0/+110
| | | | | | | | |/ / / / | | | | | | | |/| | | |
| | | | | | * | | | | | Merge to solve confilctKim Jin Su2016-03-243-0/+18
| | | | | | |\ \ \ \ \ \ | | | | | | | |_|_|/ / / | | | | | | |/| | | | |
| | | | | | | * | | | | mergeKim Jin Su2015-11-2224-58/+5361
| | | | | | | | | | | |
| | | | | | | * | | | | Aheui Lexer and test casesKim Jin Su2015-11-223-0/+18
| | | | | | | | | | | |
| | | | | * | | | | | | Fixed detection of Number.Float in Transact-SQL for corner cases like "1." ↵Thomas Aglassinger2016-03-241-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and "1.e2."
| | | | | * | | | | | | Fixed detection of Transact-SQL comments in the last line of a source code ↵Thomas Aglassinger2016-03-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without a newline at the end.
| | | | | * | | | | | | Cleaned up obsolete comment on file suffix.Thomas Aglassinger2016-03-231-4/+0
| | | | | | | | | | | |
| | | | | * | | | | | | Merged birkenfeld/pygments-main into default.Thomas Aglassinger2016-03-221-0/+0
| | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | Fixed broken test case by properly naming Transact-SQL example file to ↵Thomas Aglassinger2016-03-221-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent ResourceLexer from attempting to lex it.
| | | | | * | | | | | | | Merged birkenfeld/pygments-main into defaultThomas Aglassinger2016-03-221-8/+43
| | | | | |\ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / | | | | | |/| / / / / / / | | | | | | |/ / / / / /
| | | | | * | | | | | | Fixed minus operator for Transact-SQL.Thomas Aglassinger2016-03-221-1/+3
| | | | | | | | | | | |
| | | | | * | | | | | | Added lexer for Transact-SQL as used by Microsoft SQL Server and Sybase.Thomas Aglassinger2016-03-211-0/+68
| | | | | | |_|/ / / / | | | | | |/| | | | |
| | | | * | | | | | | Improve LuaLexerDavid Corbett2016-03-211-0/+24
| | | | | |/ / / / / | | | | |/| | | | |
| | | * | | | | | | Add tests for CrystalOleh Prypin2016-03-231-0/+2871
| | | |/ / / / / /