summaryrefslogtreecommitdiff
path: root/pygments/lexers
Commit message (Collapse)AuthorAgeFilesLines
* Made the following improvements to the PHP builtins script:Jeff Welch2014-06-051-89/+1057
| | | | | | | | | * account for the fact that functions are not always listed on the same line * added 15 missing modules * added 500+ missing functions * removed a handful of deprecated functions and modules NOTE: A couple of seldom used functions were removed that don't seem to be deprecated. This is a bug on PHP's side and I'll work to get it fixed.
* Merged in malept/pygments/yaml+jinja-lexer (pull request #365)Tim Hatch2014-06-042-1/+22
|\ | | | | | | Add YAML+Jinja lexer
| * Add YAML+Jinja (Saltstack state) lexerMark Lee2014-05-202-1/+22
| |
* | Merged in k0kubun/pygments-main (pull request #366)Tim Hatch2014-06-041-0/+8
|\ \ | | | | | | | | | Add SlimLexer
| * | Adds block comments for scheme as defined in R6RS.Joe Jevnik2014-06-031-0/+8
| |/ | | | | | | (http://www.r6rs.org/final/html/r6rs/r6rs-Z-H-7.html#node_sec_4.2.3)
* | Add SlimLexerTakashi Kokubun2014-05-252-1/+72
|/
* Go allows unicode for identifiers.Tim Hatch2014-05-201-1/+3
| | | | Resolves #983
* Merged in dscorbett/pygments-numbers (pull request #364)Tim Hatch2014-05-2010-54/+61
|\ | | | | | | Add token type Number.Bin
| * Add token type Number.BinDavid Corbett2014-05-1910-54/+61
| |
* | Update mapfiles.Tim Hatch2014-05-191-2/+2
| |
* | Add 'emacs-lisp' alias to make org-mode happy.Tim Hatch2014-05-193-3/+8
| | | | | | | | Resolves #976
* | Fix nested comments in ColdFusionDavid Corbett2014-05-191-4/+3
|/
* Merged in dscorbett/pygments-vb.net (pull request #362)Tim Hatch2014-05-181-3/+2
|\ | | | | | | Fix VbNetLexer.analyse_text
| * Fix VbNetLexer.analyse_textDavid Corbett2014-05-171-3/+2
| | | | | | | | | | A file would only be detected as VB.NET if `#If` matched on the first line. The other regex search always raised an error.
* | Merged in jaingaurav2/pygments-main-c-cleanup (pull request #342)Tim Hatch2014-05-1810-161/+160
|\ \ | | | | | | | | | Add ability to specify default state transition
| * | Apply default state transition in various lexers to avoid extra token generationGaurav Jain2014-05-1810-159/+158
| | |
| * | Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-171-2/+2
| |\ \ | | |/ | |/|
| | * Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-1720-1111/+1973
| | |\
| | * | Use default state transition to eliminate unecessary empty tokensGaurav Jain2014-04-291-2/+2
| | | |
* | | | Merged in spderosso/pygments-main (pull request #355)Tim Hatch2014-05-182-1/+60
|\ \ \ \ | |/ / / |/| | | | | | | Alloy (alloy.mit.edu) lexer
| * | | fixed bug in AlloyLexersperezde2014-05-171-1/+1
| | | |
| * | | Alloy (alloy.mit.edu) lexerSantiago Perez De Rosso2014-05-132-1/+60
| | | |
* | | | Merged in timgilbert/pygments-main/clj-keyword-fix (pull request #326)Tim Hatch2014-05-1722-1119/+2680
|\ \ \ \ | | | | | | | | | | | | | | | Tweaking clojure keyword lexing
| * \ \ \ Merged in jaingaurav2/pygments-main-993 (pull request #359)Tim Hatch2014-05-171-0/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Add shebang support to Groovy lexer
| | * | | | Only allow one shebang in Groovy filesGaurav Jain2014-05-161-1/+1
| | | | | |
| | * | | | Add shebang support to Groovy lexerGaurav Jain2014-05-161-0/+8
| | | |_|/ | | |/| |
| * | | | Swap MIME types of ActionScript and ActionScript 3David Corbett2014-05-172-6/+6
| |/ / /
| * | | Merged in dietmarw/pygments-main (pull request #348)Tim Hatch2014-05-1620-1090/+1705
| |\ \ \ | | | | | | | | | | | | | | | Modelica-lexer: Add "end" to keyword list again
| | * \ \ Merged in jrnold/pygments-main-stan (pull request #347)Tim Hatch2014-05-162-8/+8
| | |\ \ \ | | | | | | | | | | | | | | | | | | update Stan lexer to Stan v2.2.0
| | | * | | update Stan lexer to Stan v2.2.0Jeffrey B. Arnold2014-05-092-8/+8
| | | | | |
| | * | | | Merged in dscorbett/pygments-racket (pull request #358)Tim Hatch2014-05-161-11/+11
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Improve RacketLexer
| | | * \ \ \ Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-1619-636/+912
| | | |\ \ \ \
| | | * | | | | Improve support $ symbol in Java identifiersGaurav Jain2014-05-131-6/+6
| | | | | | | |
| | | * | | | | Match Java function name tokens even without leading whitespaceGaurav Jain2014-05-121-5/+5
| | | | | | | |
| | | * | | | | Add support for unicode letters in Java identifiersGaurav Jain2014-05-121-10/+10
| | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | Additionally, allow $ in middle of variable names
| | * | | | | Improve RacketLexerDavid Corbett2014-05-162-435/+766
| | | |/ / / | | |/| | |
| | * | | | Merged in funfunctor/pygments-main (pull request #344)Tim Hatch2014-05-162-5/+168
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | new/cryptol: Initial support
| | | * | | | fixups as per commentsEdward O'Callaghan2014-05-061-2/+2
| | | | | | |
| | | * | | | Cryptol lexer fix typoEdward O'Callaghan2014-05-051-1/+1
| | | | | | |
| | | * | | | new/cryptol: Initial supportEdward O'Callaghan2014-05-052-5/+168
| | | | |_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly based off Haskell, however with some tweaks to get reasonable support going. Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
| | * | | | Merged in jaingaurav2/pygments-main (pull request #357)Tim Hatch2014-05-1615-130/+132
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Numerous regexlint fixes
| | | * | | | IDLLexer should not be case sensitiveGaurav Jain2014-05-161-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced expressions with \w as appropriate
| | | * | | | Replace a-z0-9_ with \w when IGNORECASE is setGaurav Jain2014-05-157-44/+44
| | | | | | |
| | | * | | | Overlap due to case insensitive modeGaurav Jain2014-05-1511-63/+63
| | | | | | |
| | | * | | | Overlap in character classGaurav Jain2014-05-153-8/+8
| | | | | | |
| | | * | | | Superfluous character class when only one charGaurav Jain2014-05-156-9/+9
| | | | | | |
| | | * | | | Instead of negating character class, flip case of builtin classGaurav Jain2014-05-152-3/+3
| | | | | | |
| | * | | | | Merged birkenfeld/pygments-main into defaultGaurav Jain2014-05-161-11/+14
| | |\ \ \ \ \
| | | * | | | | Use unistring list to enable support for unicode leading character in HaskellGaurav Jain2014-05-161-11/+12
| | | | | | | |
| | | * | | | | Restore default MULTILINE flag to Haskell lexerGaurav Jain2014-05-131-1/+1
| | | | | | | |