summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch chapel-updates.chapel-updatesGeorg Brandl2014-09-160-0/+0
* Parse octal ints before regular intsThomas Van Doren2014-09-091-2/+2
* Merge...Thomas Van Doren2014-09-091-0/+12
|\
| * Update chpl example file with 'with' keyword and octal ints.Thomas Van Doren2014-09-091-0/+12
* | Merged default into chapel-updatesthomasvandoren2014-09-094-7/+9
|\ \ | |/ |/|
| * Add 'with' keyword and octal int.Thomas Van Doren2014-09-091-1/+3
| * Merged birkenfeld/pygments-main into defaultthomasvandoren2014-09-092-5/+36
| |\
| * | Add "oneof" keyword to ProtoBufLexerBJ Neilsen2014-09-071-1/+1
| * | Add forgotten commas between stringsDavid Corbett2014-08-083-5/+5
* | | Created new branch chapel-updatesthomasvandoren2014-07-030-0/+0
| |/ |/|
* | Update ChapelLexer prior to Pygments 2.0 release.Thomas Van Doren2014-07-032-5/+36
|/
* Merged in megajoule/pygments-main (pull request #372)Tim Hatch2014-06-077-5/+395
|\
| * Merge with pygments-mainTim Hatch2014-06-073-1/+108
| |\
| | * Merged in krasul/pygments-main/swift (pull request #371)Tim Hatch2014-06-0710-102/+1279
| | |\
| | * | Initial Swift lexerKashif Rasul2014-06-053-1/+108
| * | | Add link for LiquidTim Hatch2014-06-071-1/+2
| * | | Cleanups by regexlint for #977Tim Hatch2014-06-071-7/+8
| * | | Line length cleanups for #977Tim Hatch2014-06-071-20/+58
| * | | Import liquid lexer from #977Tim Hatch2014-06-073-3/+213
| | |/ | |/|
| * | Merged in llllllllll/pygments-main (pull request #369)Tim Hatch2014-06-052-1/+34
| |\ \
| | * | Adds a test file for the r6rs comments.Joe Jevnik2014-06-051-0/+23
| | * | Adds commented form #;(sexpr) to comment out whole sexprs and supportJoe Jevnik2014-06-041-1/+11
* | | | A few fix-ups for the updated ElixirLexer filesAlexei Sholik2014-06-072-1/+1
* | | | Update ElixirConsoleLexer and add example fileAlexei Sholik2014-06-052-4/+31
* | | | Update ElixirLexer and example_elixir.exAlexei Sholik2014-06-052-397/+400
|/ / /
* | | Merged in whatthejeff/pygments-main/update-php (pull request #370)Tim Hatch2014-06-051-89/+1057
|\ \ \
| * | | Made the following improvements to the PHP builtins script:Jeff Welch2014-06-051-89/+1057
| |/ /
* | | Merged in calixte_denizet/pygments-main (pull request #367)Tim Hatch2014-06-057-11/+184
|\ \ \
| * | | Remove nested comment from pawn example.Tim Hatch2014-06-051-9/+0
| |/ /
| * | Merged in malept/pygments/yaml+jinja-lexer (pull request #365)Tim Hatch2014-06-043-1/+73
| |\ \
| | * | Add YAML+Jinja (Saltstack state) lexerMark Lee2014-05-203-1/+73
| | |/
| * | Merged in k0kubun/pygments-main (pull request #366)Tim Hatch2014-06-041-0/+8
| |\ \
| | * | Adds block comments for scheme as defined in R6RS.Joe Jevnik2014-06-031-0/+8
| | |/
| * | Add example file for slimTakashi Kokubun2014-05-291-0/+31
| * | Add SlimLexerTakashi Kokubun2014-05-252-1/+72
| |/
* | Add C++11 keywordsCalixte Denizet2014-05-301-1/+4
|/
* Add test for Go's unicode identifiers.Tim Hatch2014-05-201-0/+10
* Go allows unicode for identifiers.Tim Hatch2014-05-201-1/+3
* Merged in dscorbett/pygments-numbers (pull request #364)Tim Hatch2014-05-2012-54/+65
|\
| * Add token type Number.BinDavid Corbett2014-05-1912-54/+65
* | Update mapfiles.Tim Hatch2014-05-191-2/+2
* | Make the formatters _mapping.py work like lexers wrt. PYTHONPATHTim Hatch2014-05-191-0/+7
* | Add 'emacs-lisp' alias to make org-mode happy.Tim Hatch2014-05-195-5/+44
* | Fix nested comments in ColdFusionDavid Corbett2014-05-192-5/+4
|/
* Merged in dscorbett/pygments-vb.net (pull request #362)Tim Hatch2014-05-181-3/+2
|\
| * Fix VbNetLexer.analyse_textDavid Corbett2014-05-171-3/+2
* | Merged in jaingaurav2/pygments-main-c-cleanup (pull request #342)Tim Hatch2014-05-1814-207/+199
|\ \
| * | Apply default state transition in various lexers to avoid extra token generationGaurav Jain2014-05-1810-159/+158
| * | Add support for default state transition in ExtendedRegexLexerGaurav Jain2014-05-181-9/+10
| * | Add test case for default state transitionGaurav Jain2014-05-171-0/+7