Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | * | Add rs alias for Rust. | Georg Brandl | 2017-01-27 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | | | * | | | Add HLSL lexer | Nathan Reed | 2016-10-05 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | | * | | | | Added FloScript lexer | 0486 | 2018-02-03 | 1 | -0/+1 | |
| | | | |/ / | | | |/| | | ||||||
| | * | | | | Added lexer for VBScript. | Thomas Aglassinger | 2016-10-02 | 1 | -0/+1 | |
| | | |/ / | | |/| | | ||||||
| * | | | | Add lexer for the Pony language | Benoit Vey | 2016-07-25 | 1 | -0/+1 | |
| |/ / / | ||||||
* | | | | Add a lexer for the Boa Domain-Specific Langauge. | Andr?s Carrasco | 2018-04-17 | 1 | -0/+1 | |
| |/ / |/| | | ||||||
* | | | Xorg: fixup style, add test file, regenerate mapping. | Georg Brandl | 2017-01-29 | 1 | -2/+2 | |
| | | | ||||||
* | | | _mapping.py edited online with Bitbucket | cronolio | 2017-01-27 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | mapfile update | Georg Brandl | 2017-01-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merged in belak/pygments-main/lexers-shell-zsh-files (pull request #654) | Georg Brandl | 2017-01-22 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | Highlight zsh files using the BashLexer | |||||
| * | | Highlight zsh files using the BashLexer | Kaleb Elwert | 2016-08-18 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merged in belak/pygments-main/lexer-delphi-dpr-ext (pull request #655) | Georg Brandl | 2017-01-22 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | Match .dpr files as Delphi | |||||
| * | | Add support for partials and path segments for Handlebars. | Christian Hammond | 2016-11-04 | 1 | -0/+500 | |
| / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | Match .dpr files as Delphi | Kaleb Elwert | 2016-08-18 | 1 | -1/+1 | |
|/ | ||||||
* | Merged in pull request #595 (cmrx64/pygments-main) | Tim Hatch | 2016-06-03 | 1 | -2/+22 | |
|\ | ||||||
| * | Merged in kneufeld/pygments-main (pull request #602) | Tim Hatch | 2016-06-03 | 1 | -0/+2 | |
| |\ | | | | | | | | | | Default | |||||
| | * | Move stata builtins to their own file, remove some aliases | Tim Hatch | 2016-06-02 | 1 | -2/+2 | |
| | | | ||||||
| | * | Merged in mcaceresb/pygments-main/sas-stata (pull request #593) | Tim Hatch | 2016-06-02 | 1 | -0/+2 | |
| | |\ | | | | | | | | | | | | | Added syntax support and (very simple) styles for SAS and Stata | |||||
| | | * | Added syntax support and (very simple) styles for SAS and Stata | Mauricio Caceres | 2016-05-09 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | added github flavoured markdown parser | Kurt Neufeld | 2016-06-02 | 1 | -0/+1 | |
| |/ / | ||||||
| * | | Rename Jade->Pug | Tim Hatch | 2016-06-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | Fixes #1242 | |||||
| * | | Add Forth lexer. | Tim Hatch | 2016-06-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | Fixes #857 | |||||
| * | | Add a new lexer that assumes json object is already open. | Tim Hatch | 2016-05-31 | 1 | -0/+1 | |
| | | | | | | | | | | | | Fixes #884 | |||||
| * | | Merge mjem/pygments-main (Pull Request #588) | Tim Hatch | 2016-05-31 | 1 | -1/+15 | |
| |\ \ | ||||||
| | * \ | Merged in MostAwesomeDude/pygments-main (pull request #592) | Tim Hatch | 2016-05-31 | 1 | -0/+13 | |
| | |\ \ | ||||||
| | | * \ | Merge with pygments-main | Tim Hatch | 2016-05-31 | 1 | -0/+1 | |
| | | |\ \ | ||||||
| | | | * \ | Merged in dscorbett/pygments-snowball (pull request #589) | Tim Hatch | 2016-05-31 | 1 | -0/+10 | |
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | Add a lexer for Snowball | |||||
| | | | * | | | Add a lexer for Snowball | David Corbett | 2016-04-24 | 1 | -1/+2 | |
| | | | | |/ | | | | |/| | ||||||
| | | * | | | Merged in fleischwolf/pygments-main (pull request #534) | Tim Hatch | 2016-05-31 | 1 | -0/+2 | |
| | | |\ \ \ | | | | |_|/ | | | |/| | | ||||||
| | | | * | | Lexer for Angular 2 template engine added | fleischwolf | 2016-01-02 | 1 | -0/+2 | |
| | | | | | | ||||||
| | | * | | | Merge with birkenfeld/pygments-main | Tim Hatch | 2016-05-31 | 1 | -7/+30 | |
| | | |\ \ \ | ||||||
| | | | * \ \ | Merged in BlaXpirit/pygments/crystal2 (pull request #576) | Tim Hatch | 2016-05-31 | 1 | -1/+9 | |
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Implement Crystal lexer (based on RubyLexer) | |||||
| | | | | * \ \ | Merged in SebastianS90/pygments-whiley (Pull Request #573) | Tim Hatch | 2016-05-31 | 1 | -0/+1 | |
| | | | | |\ \ \ | ||||||
| | | | | | * | | | Add a lexer for the Whiley programming language | Sebastian Schweizer | 2016-03-20 | 1 | -0/+1 | |
| | | | | | | |/ | | | | | | |/| | ||||||
| | | | | * | | | Re-add Aheui lexer (bad merge resolution earlier) | Tim Hatch | 2016-05-31 | 1 | -1/+0 | |
| | | | | | | | | ||||||
| | | | | * | | | Merged in camilstaps/pygments-main (pull request #564) | Tim Hatch | 2016-05-31 | 1 | -0/+2 | |
| | | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a NuSMV (2.6) lexer and example file. | |||||
| | | | | | * | | | Renamed nusmv.py -> smv.py; comments; words() function | Camil Staps | 2016-03-02 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | | | | | * | | | Adds a NuSMV (2.6) lexer and example file. | Camil Staps | 2016-03-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Hatch | 2016-05-31 | 1 | -1/+6 | |
| | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add lexer for Transact-SQL | |||||
| | | | | | * \ \ \ | Merged in __item4__/pygments-main/aheui (pull request #523) | Tim Hatch | 2016-05-31 | 1 | -1/+5 | |
| | | | | | |\ \ \ \ | ||||||
| | | | | | | * \ \ \ | Merged in smattr/pygments-main/1575ad37-9b95-4885-9b49-352f0b1c860d (pull ↵ | Tim Hatch | 2016-05-31 | 1 | -0/+1 | |
| | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request #579) Add support for the CapDL language. | |||||
| | | | | | | | * | | | | Add support for the CapDL language. | Matthew Fernandez | 2016-04-01 | 1 | -0/+1 | |
| | | | | | | | | |/ / | | | | | | | | |/| | | ||||||
| | | | | | | * | | | | Merged in ero-sennin/pygments-main (pull request #567) | Tim Hatch | 2016-05-31 | 1 | -0/+2 | |
| | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add BibTeX lexers | |||||
| | | | | | | | * | | | | Add BibTeX lexers | Andrey Golovizin | 2016-03-07 | 1 | -0/+2 | |
| | | | | | | | |/ / / | ||||||
| | | | | | | * | | | | Merged in demmer/pygments-main/juttle-lexer (pull request #565) | Tim Hatch | 2016-05-31 | 1 | -1/+1 | |
| | | | | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add a lexer for the juttle language | |||||
| | | | | | | | * | | | | Rust: update keywords, highlight type and fn names | Georg Brandl | 2016-05-17 | 1 | -1/+1 | |
| | | | | | | | |/ / / | ||||||
| | | | | | | * | | | | add a lexer for the juttle language | Michael Demmer | 2016-03-02 | 1 | -0/+1 | |
| | | | | | | |/ / / | ||||||
| | | | | | * | | | | Merge to solve confilct | Kim Jin Su | 2016-03-24 | 1 | -0/+1 | |
| | | | | | |\ \ \ \ | | | | | | | |/ / / | | | | | | |/| | | | ||||||
| | | | | | | * | | | merge | Kim Jin Su | 2015-11-22 | 1 | -3/+23 | |
| | | | | | | | | | | ||||||
| | | | | | | * | | | Aheui Lexer and test cases | Kim Jin Su | 2015-11-22 | 1 | -0/+1 | |
| | | | | | | | | | |