summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
* Add basic support for template strings to the Javascript lexer.Marcus R. Brown2015-09-211-0/+1
|
* archetype: fix regex.Georg Brandl2015-08-111-1/+1
|
* archetype: move inline comments from overlong linesGeorg Brandl2015-08-111-41/+77
|
* archetype: fix regexes matching empty stringsGeorg Brandl2015-08-081-2/+2
|
* archetype: fix regexes matching empty stringsGeorg Brandl2015-08-081-12/+13
|
* doc: add some versionadded tagsGeorg Brandl2015-08-082-4/+14
|
* archetype: style fixes, add authors/changelog entriesGeorg Brandl2015-08-081-35/+52
|
* Merged in thomas_beale/pygments-main (pull request #483)Georg Brandl2015-08-0817-89/+173
|\ | | | | | | Add lexer and test files for the Archetype Definition Language (ADL) and sub-sytaxes.
| * Merged in chaifeng/pygments-main (pull request #421)Georg Brandl2015-08-081-2/+2
| |\ | | | | | | | | | Fix some missing Chinese cucumber keywords.
| | * Fix some missing Chinese cucumber keywords.Chai Feng2014-11-271-2/+2
| | |
| * | fix modeline parsing (PR#477 fixed)Georg Brandl2015-08-081-1/+4
| | |
| * | mergeGeorg Brandl2015-08-082-6/+49
| |\ \
| | * \ Merged in ylikx/pygments-main (pull request #213)Georg Brandl2015-08-08166-24726/+46781
| | |\ \
| | * | | Added Fortran fixed format lexer.Elias Rabel2013-06-232-3/+46
| | | | |
| * | | | Merged in jrnold/pygments-stan (pull request #486)Georg Brandl2015-08-082-5/+13
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | Update StanLexer to Stan modeling language v2.7.0
| | * | | Fix typo in builtins; lang is 2.7.0Jeffrey Arnold2015-07-201-1/+1
| | | | |
| | * | | Update StanLexer to Stan modeling language v2.7.0Jeffrey Arnold2015-07-202-5/+13
| | | | |
| * | | | Merged in ChrisMorgan/pygments-main (pull request #423)Georg Brandl2015-08-081-45/+68
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Generally improve Rust highlighting
| | * | | | Update MIME type for Rust to text/rust.Chris Morgan2015-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is what Rust is registered as in shared-mime-info: https://bugs.freedesktop.org/show_bug.cgi?id=90487
| | * | | | Support shebangs in the Rust lexer.Chris Morgan2015-05-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | I had forgotten about this obscure feature of Rust.
| | * | | | Update Rust lexer prelude items.Chris Morgan2015-04-281-3/+4
| | | | | |
| | * | | | Update Rust lexer metadata.Chris Morgan2015-04-211-2/+2
| | | | | |
| | * | | | Update Rust lexer prelude items.Chris Morgan2015-04-211-6/+2
| | | | | |
| | * | | | Fix Rust doc comments.Chris Morgan2015-04-211-1/+10
| | | | | |
| | * | | | Rust lexer updates for language changes.Chris Morgan2015-03-281-48/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - In strings and character and byte literals, ``\uXXXX`` and ``\UXXXXXXXX`` have been replaced with ``\u{X}``. - ``int`` and ``uint`` are now ``isize`` and ``usize``, including their literal form suffixes. - ``crate`` is a keyword. - Prelude items are updated.
| | * | | | Update the Rust prelude items.Chris Morgan2014-12-031-25/+57
| | | | | |
| | * | | | Highlight strings more properly in Rust.Chris Morgan2014-12-031-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Raw strings are now ``String`` rather than the unofficial ``String.Raw`` which isn?t styled by default; - Byte strings weren?t being handled at all; - ``\x80`` and above aren?t valid in non-byte strings; - ``\0`` is a thing, ``\777`` for octal 7 is *not* a thing, nor has it ever been, to the best of my knowledge. Not sure why that one was in there at all.
| | * | | | Highlight the suffix of ``9i`` properly in Rust.Chris Morgan2014-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | ``i`` and ``u`` are valid suffixes and should be highlighted.
| | * | | | Fix character literals in Rust.Chris Morgan2014-12-031-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Shifting lifetimes up had broken them.
| | * | | | Improve Rust lifetime highlighting.Chris Morgan2014-12-031-7/+6
| | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A lifetime token isn?t normally a label, though it can be in a couple of situations, demonstrated thus:: 'foo: loop { break 'foo; } Therefore, I?ve changed the highlighting for all other places where lifetimes appear from ``Name`` or ``Name.Label`` to ``Name.Attribute``. As for the special lifetime ``'static``, which was being highlighted as ``Keyword``, I changed it to ``Name.Builtin`` which is a little more accurate.
| * | | | Merged in selesse/pygments-main (pull request #466)Georg Brandl2015-08-0810-28/+35
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Syntax highlight Gradle files with Groovy
| | * | | | Python: add async, await, matmul opGeorg Brandl2015-08-081-4/+5
| | | | | |
| | * | | | jinja: allow functions starting with underscoresGeorg Brandl2015-07-251-1/+1
| | | | | |
| | * | | | remove unneeded ur literalGeorg Brandl2015-07-221-1/+1
| | | | | |
| | * | | | Merged in malmaud/pygments-main (pull request #471)Georg Brandl2015-07-211-1/+3
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Support Unicode identifiers in Julia.
| | | * | | | Change Julia lexer to use multiline mode.Jon Malmaud2015-05-251-1/+1
| | | | | | |
| | | * | | | Extend Julia unicode identifier range.Jon Malmaud2015-05-251-1/+1
| | | | | | |
| | | * | | | Support Unicode identifiers in Julia.Jon Malmaud2015-05-251-1/+3
| | | | |/ / | | | |/| |
| | * | | | Merged in lydia_duncan/pygments-main (pull request #485)Georg Brandl2015-07-211-3/+4
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add private and public keywords to Chapel lexer and example program.
| | | * | | | Add private and public keywords to Chapel lexer and example program.Lydia Duncan2015-07-161-3/+4
| | | |/ / /
| | * | | | Merged in erikrose/pygments-main (pull request #441)Georg Brandl2015-07-211-1/+3
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | #1081: Revert e19e3591780ae26aaa0c2a672771192f71c28b50 to fix a case of pathological slowness.
| | | * | | | #1081: Revert e19e3591780ae26aaa0c2a672771192f71c28b50 to fix a case of ↵Erik Rose2015-01-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | pathological slowness.
| | * | | | | Merged in fvbommel/pygments (pull request #464)Georg Brandl2015-07-214-17/+18
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix highlighting for $# in the shell lexer.
| | | * \ \ \ \ Merged in skleinfeld/pygments-main (pull request #463)Georg Brandl2015-07-213-17/+17
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fix for ScssLexer when highlighting lines that have multiple propety/value pairs, or inline comments
| | | | * \ \ \ \ Merged in indygreg/pygments-main (pull request #465)Georg Brandl2015-07-212-2/+2
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detect .jsm files as JavaScript
| | | | | * | | | | Detect .jsm files as JavaScriptGregory Szorc2015-04-242-2/+2
| | | | | | |/ / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The .jsm extension for JavaScript files is used by a few projects, notably Mozilla projects like Firefox. .jsm files should be treated as equivalent to .js files.
| | | | * | | | | handle tags in keywords now available in Robot Framework 2.9Laurent Bristiel2015-06-251-1/+1
| | | | | | | | |
| | | | * | | | | Robot Framework lexer: handle new dictionary variablesLaurent Bristiel2015-06-231-14/+14
| | | | |/ / / /
| | | * | | | | Bug fix for ScssLexer when highlighting lines that have multiple ↵Sanders Kleinfeld2015-04-131-0/+1
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | propety/value pairs, or inline comments
| | * | | | | Fix highlighting for $# in the shell lexer.Frits van Bommel2015-04-221-1/+1
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If '$' is directly followed by '#' the variable ends right there. This is especially important at the end of a string, as the closing quote would be lexed as part of the variable instead, but was wrong in every other case as well. Fixed by simply removing the '#?' and letting the following '.' eat it.