summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Many minor style fixes (trailing whitespace, tabs, etc.)Georg Brandl2014-04-159-76/+74
| | | | | | |
* | | | | | | Dont check .html files anymore now that they are generated by Sphinx.Georg Brandl2014-04-151-23/+0
| | | | | | |
* | | | | | | Use importable module names for the Paraiso styles.Georg Brandl2014-04-153-14/+26
| | | | | | |
* | | | | | | Merged in jaingaurav2/pygments-main (pull request #307)Tim Hatch2014-04-142-0/+16
|\ \ \ \ \ \ \
| * | | | | | | Add function signatures after class implementation blockGaurav Jain2014-04-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Function signatures should be correct parsed after an implementation block.
| * | | | | | | Added support for iVar block parsingGaurav Jain2014-03-231-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ass seen with Issue #933, the lexer fails to identify methods as after parsing the @implementation keyword as it is still in the 'statement' state and methods are only parsed in the 'root' state. The block after the class name needs to have a seperate state similar to the 'function' state so that we return to the 'root' state after exiting the block.
* | | | | | | | Merged in jaingaurav2/pygments-main (pull request #314)Tim Hatch2014-04-1445-290/+3281
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merged in ssproessig/pygments-main (pull request #266)Tim Hatch2014-04-14216-3252/+11842
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merged in jlafon/pygments-main-redo-247 (pull request #318)Tim Hatch2014-04-142-10/+19
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'master' of ↵Jharrod LaFon2014-04-142-10/+19
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitifyhg::ssh://hg@bitbucket.org/jlafon/pygments-main-redo-247 * 'master' of gitifyhg::ssh://hg@bitbucket.org/jlafon/pygments-main-redo-247: Wire up paraiso styles Added Para?so styles fixed autopygmentize to work with nonencoded files, passed options, and .zshrc. Added Handlebars lexer
| | | | * | | | | | | | Correctly recognize PHP identifiers with Unicode charactersJharrod LaFon2014-04-141-13/+16
| | | | | | | | | | | |
| | | | * | | | | | | | Correctly match valid identifiers in PHP that include unicode charactersJharrod LaFon2014-04-14211-3200/+11399
| | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | Improved the regex matching the PHP identifiersChristophe Coevoet2013-10-181-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs #917
| | * | | | | | | | | | | Merged in kwadrat/pygments-main (pull request #319)Tim Hatch2014-04-143-1/+32
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/other.py
| | | * | | | | | | | | | Fixed #161Piotr Kasprzyk2014-04-153-1/+30
| | |/ / / / / / / / / /
| | * | | | | | | | | | Merged in tboyt/pygments-main (pull request #186)Tim Hatch2014-04-144-2/+111
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/templates.py
| | | * | | | | | | | | | Added Handlebars lexerThomas Boyt2013-04-094-1/+110
| | | | | | | | | | | | |
| | * | | | | | | | | | | Wire up paraiso stylesTim Hatch2014-04-141-0/+2
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merged in idleberg/pygments-main (pull request #228)Tim Hatch2014-04-142-0/+238
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Added Para?so stylesJan T. Sott2013-08-152-0/+238
| | | | |_|_|_|_|_|/ / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | Merged in flyingsheep/pygments-main (pull request #209)Tim Hatch2014-04-141-50/+66
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: external/autopygmentize
| | | * | | | | | | | | | fixed autopygmentize to work with nonencoded files, passed options, and .zshrc.Phil Schaf2013-06-031-48/+65
| | | |/ / / / / / / / /
| | * | | | | | | | | | Merged in jstvz/pygments-main (pull request #288)Tim Hatch2014-04-142-11/+304
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | SLexer: Escape periods in built-in functions.James Estevez2014-03-041-193/+193
| | | | | | | | | | | | |
| | | * | | | | | | | | | SLexer: Remove months from list of keyword constantsJames Estevez2014-03-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit removes `months\.(abb|name)?` from the list of constants as its already included with other built-ins.
| | | * | | | | | | | | | Issue #412: Add built-in functions to SLexerJames Estevez2014-02-162-13/+306
| | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The R lexer does not recognize: - any built-in functions, - any data structures, - all built-in constants, - exponents on floating points with decimals, but no mantissa This update to `math.py` adds a list of only those functions contained within `package:base`, output from R with via the `builtins(TRUE)` function. Keywords for Keyword.Constant, Keyword.Namespace, and Keyword.Type were manually subsetted from the resulting list. This is the approach used by the Mathematica and Numpy lexers. The update to `test.R` adds a sample of the builtin functions, data structures, and namespace functions, along with an example of a floating point with a decimal, but no fractional part.
| | * | | | | | | | | | Fixes for SPARQL lexerTim Hatch2014-04-142-11/+23
| | | | | | | | | | | |
| | * | | | | | | | | | Merged in alexsdutton/pygments-main (pull request #78)Tim Hatch2014-04-14272-4515/+40215
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS pygments/lexers/_mapping.py
| | | * | | | | | | | | | Add two missing example filesTim Hatch2014-04-142-0/+11
| | | | | | | | | | | | |
| | | * | | | | | | | | | Merged in jlafon/pygments-main-redo-pr-251 (pull request #317)Tim Hatch2014-04-1411-191/+1384
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/jvm.py
| | | | * \ \ \ \ \ \ \ \ \ Merged in ziggix/pygments-main (pull request #211)Tim Hatch2014-04-14203-3203/+10582
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/_mapping.py pygments/lexers/other.py
| | | | | * | | | | | | | | | Add Dmitri to AUTHORSTim Hatch2014-04-141-1/+2
| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | Minor changes to limbo lexerTim Hatch2014-04-142-4/+4
| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | Merged in userdima/pygments-main (pull request #291)Tim Hatch2014-04-142-0/+556
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | Added lexer for Inferno's limbo programming languageZubr Kabbi2014-03-032-0/+556
| | | | | | |/ / / / / / / / /
| | | | | * | | | | | | | | | Update mapfilesTim Hatch2014-04-141-1/+1
| | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | Merged in jlafon/pygments-main-redo-pr-276 (pull request #315)Tim Hatch2014-04-145-191/+504
| | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | Fixes for AmbientTalkTim Hatch2014-04-142-1/+7
| | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | Merged in kwadrat/pygments-main2 (pull request #316)Tim Hatch2014-04-1410-200/+570
| | | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/jvm.py pygments/lexers/other.py
| | | | | | | * | | | | | | | | | Fix some issues in LSL lexerTim Hatch2014-04-143-10/+18
| | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | Merged in buildersbrewery/pygments-main (pull request #296)Tim Hatch2014-04-141-1/+89
| | | | | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/lexers/other.py
| | | | | | | | * | | | | | | | | | fix keywords regexBuilder's Brewery2014-03-111-1/+1
| | | | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | added Linden Scripting LanguageBuilder's Brewery2014-03-111-1/+88
| | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | Merged in mrjbq7/pygments-main (pull request #313)Tim Hatch2014-04-141-188/+234
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | | | Improvements to Factor lexer.John Benediktsson2014-04-101-188/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update builtin words and sort alphabetically - fix unnecessary highlighting of whitespace - support files that start with shebang - improve highlighting of defining words - support more alien syntax - support multiline comments - support symbol literals - support new number syntax (e.g., 0x, 0o, 0b) - fix highlighting of names with parens in stack effects
| | | | | | * | | | | | | | | | | | | Fixed #195 - used regexlintUnknown2014-04-141-8/+8
| | | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | Fixed #195Unknown2014-04-141-1/+54
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Add mimetype to lexer and versionadded rstJharrod LaFon2014-04-141-0/+3
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Merged headJharrod LaFon2014-04-14132-2290/+6644
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | | Make regular expressions with newlines raw strings for Java compatJharrod LaFon2014-04-141-2/+2
| | | | | | | | | | | | | | | | | | | |