summaryrefslogtreecommitdiff
path: root/tests/examplefiles
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | Updating Chapel highlightermppf52017-09-251-0/+20
| | | | |/ / / / | | | |/| | | |
| | * | | | | | Added lexer for VBScript.Thomas Aglassinger2016-10-021-0/+55
| | | |/ / / / | | |/| | | |
| * | | | | | Add lexer for the Pony languageBenoit Vey2016-07-251-0/+18
| |/ / / / /
* | | | | | Add a lexer for the Boa Domain-Specific Langauge.Andr?s Carrasco2018-04-171-0/+18
| |/ / / / |/| | | |
* | | | | 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-041-0/+22
| |/ |/|
* | Support GHC DataKinds extension. Closes #820.Tom Hunger2016-12-191-0/+5
* | Add `family` as a keyword to support Haskell's type families. See #820.Tom Hunger2016-12-191-0/+5
|/
* added github flavoured markdown parserKurt Neufeld2016-06-021-0/+61
* Add Forth lexer.Tim Hatch2016-06-011-0/+3
* 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 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 commandsDavid Corbett2016-05-251-0/+2
| | | * | | | Merged in BlaXpirit/pygments/crystal2 (pull request #576)Tim Hatch2016-05-3112-0/+2891
| | | |\ \ \ \
| | | | * \ \ \ Merged in dscorbett/pygments-lua (pull request #575)Tim Hatch2016-05-3111-0/+2867
| | | | |\ \ \ \
| | | | | * \ \ \ 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.Camil Staps2016-03-021-0/+1124
| | | | | * | | | | Merged in roskakori/pygments-tsql (pull request #577)Tim Hatch2016-05-318-0/+1375
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ 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 req...Tim Hatch2016-05-311-0/+64
| | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | 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 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 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." an...Thomas Aglassinger2016-03-241-1/+5
| | | | | * | | | | | | Fixed detection of Transact-SQL comments in the last line of a source code wi...Thomas Aglassinger2016-03-231-0/+2
| | | | | * | | | | | | 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 preven...Thomas Aglassinger2016-03-221-0/+0
| | | | | * | | | | | | | 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
| | | |/ / / / / /
| | * | | | | | | Add tasm example file.Ruben De Smet2016-01-071-0/+527