summaryrefslogtreecommitdiff
path: root/pygments/lexers/other.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merged in jaingaurav2/pygments-main-954 (pull request #323)Georg Brandl2014-04-221-1/+1
|\ \ \
| * | | Added handling of escaped single quotes in Puppet filesGaurav Jain2014-04-151-1/+1
* | | | Add "for" on the exclude list for highlighting class names.Dietmar Winkler2014-04-211-2/+3
* | | | Adds missing function names to "functions" group.Dietmar Winkler2014-04-161-3/+5
* | | | Correcting the class name detection.Dietmar Winkler2014-04-161-2/+0
|/ / /
* | | Many minor style fixes (trailing whitespace, tabs, etc.)Georg Brandl2014-04-151-1/+1
* | | Merged in kwadrat/pygments-main (pull request #319)Tim Hatch2014-04-141-1/+27
|\ \ \
| * | | Fixed #161Piotr Kasprzyk2014-04-151-1/+25
|/ / /
* | | Merged in ziggix/pygments-main (pull request #211)Tim Hatch2014-04-141-74/+322
|\ \ \
| * | | Fixes for AmbientTalkTim Hatch2014-04-141-1/+6
| * | | Merged in kwadrat/pygments-main2 (pull request #316)Tim Hatch2014-04-141-4/+86
| |\ \ \
| | * | | Fix some issues in LSL lexerTim Hatch2014-04-141-10/+5
| | * | | Merged in buildersbrewery/pygments-main (pull request #296)Tim Hatch2014-04-141-1/+89
| | |\ \ \
| | | * | | fix keywords regexBuilder's Brewery2014-03-111-1/+1
| | | * | | added Linden Scripting LanguageBuilder's Brewery2014-03-111-1/+88
| | * | | | Merged birkenfeld/pygments-main into defaultDietmar Winkler2014-04-101-3/+3
| | |\ \ \ \
| | | * | | | Try grouping dieferently.Dietmar Winkler2014-04-101-1/+1
| | | * | | | Also include the whitespace after the optional "operator"Dietmar Winkler2014-04-101-2/+2
| | | * | | | Try to treat the special operator pre-word.Dietmar Winkler2014-04-101-2/+2
| | | * | | | Removing "operator" from keywords again as this seems to block the class high...Dietmar Winkler2014-04-101-2/+2
| | | * | | | Order matters.Dietmar Winkler2014-04-101-1/+1
| | | * | | | Also acknowledge class names after the "operator" keyword.Dietmar Winkler2014-04-101-1/+1
| | | * | | | Move "operator" from operators to keywords.Dietmar Winkler2014-04-101-2/+2
| | | * | | | Adds "operator" to operators list.Dietmar Winkler2014-04-101-1/+1
| | | |/ / /
| * | | | | Fixed #195 - used regexlintUnknown2014-04-141-8/+8
| * | | | | Fixed #195Unknown2014-04-141-1/+54
| |/ / / /
| * | | | Fix awk lexer. Add "else" keyword and fix recognition of "in" operator.Makoto Kishimoto2014-04-011-2/+2
| * | | | Closes #969: add APL lexer, by Thomas Baruchel.Georg Brandl2014-03-241-1/+86
| |/ / /
| * | | Modelica: lexer fixes wrt quoted identifiersDietmar Winkler2014-02-081-4/+8
| | |/ | |/|
| * | Next version will be 2.0.Georg Brandl2014-01-191-1/+1
| * | use versionadded directivesGeorg Brandl2014-01-191-35/+35
| * | New docs + website using Sphinx.Georg Brandl2014-01-181-1/+1
| * | Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-10/+10
| * | Added some Modelica 3.3 Clock operatorsDietmar Winkler2014-01-151-3/+4
| * | new year in copyright noticeGeorg Brandl2014-01-101-1/+1
| * | Use lookup in sets, not lists, for common listp and openendgeGeorg Brandl2014-01-101-4/+4
| * | tests: make sure lexer aliases are registered lowercaseGeorg Brandl2014-01-091-3/+3
| * | Merged in kyuubi1692/pygments-main (pull request #246)Georg Brandl2014-01-091-0/+1
| |\ \
| | * | ABAP Lexer : Added Back-tick to string literalMalay Keshav2013-10-171-0/+1
| | |/
| * | Merged in dietmarw/pygments-main (pull request #214)Georg Brandl2014-01-091-4/+16
| |\ \
| | * \ Merged in Oldes/pygments-main (pull request #261)Georg Brandl2014-01-091-4/+14
| | |\ \
| | | * | REBOL lexer - added detection if code contains REBOL header and so R lexer is...Oldes2013-12-101-3/+3
| | | * | REBOL lexer - added detection if code contains REBOL header and so R lexer is...Oldes2013-12-091-0/+10
| | | * | REBOL Lexer - fix for date datatype with slashes - like (8/12/2013)Oldes2013-12-081-2/+2
| | | * | Correct detection of REBOL header and using "comment" style for everything be...Oldes2013-12-081-2/+2
| | | |/
| | * | Added proper support for escaped pipes in the GherkinLexerChristophe Coevoet2014-01-051-0/+2
| | |/
| * | ModelicaLexer: Also catch class names with array references.Dietmar Winkler2013-07-051-3/+3
| * | ModelicaLexer: Classes in end clauses are now properly detectedDietmar Winkler2013-07-051-2/+2
| * | ModelicaLexer: Adds rules for quoted identifiers and small issue for HTML par...Dietmar Winkler2013-06-261-3/+8
| * | ModelicaLexer: Fixes highlighting of class names.Dietmar Winkler2013-06-261-4/+4
| |/