summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close fix-r branch.fix-rGeorg Brandl2012-08-190-0/+0
* minor additions to test.RJeffrey B. Arnold2012-08-111-0/+3
* SLexer: allowed for escaped quotes, added better example fileJeffrey B. Arnold2012-08-112-121/+153
* SLexer: fixed bug in valid_namesJeffrey B. Arnold2012-08-111-1/+1
* added nameJeffrey B. Arnold2012-08-111-0/+1
* SLexer: updated numbers to support hexagonal, imaginary, and LJeffrey B. Arnold2012-08-111-3/+6
* SLexer: bug fixJeffrey B. Arnold2012-08-101-1/+1
* SLexer: updated operators, punctuation, and keywordsJeffrey B. Arnold2012-08-101-6/+8
* line lengthJeffrey B. Arnold2012-08-101-1/+2
* SLexer: more general support of special operatorsJeffrey B. Arnold2012-08-101-2/+1
* SLexer: added NA types and ellipses to builtin symbolsJeffrey B. Arnold2012-08-101-1/+1
* branch for adding features to RJeffrey B. Arnold2012-08-100-0/+0
* Let's keep the MiniD lexer around as an alias to the Croc lexer.jarrett2012-07-022-3/+14
* Replacing MiniD lexer with Croc lexer (Language name change and small lexical...jarrett2012-07-022-27/+22
* CoffeeScript multiline comments are delimited by exactly three hash symbols. ...mficarra2012-06-181-2/+2
* Merged in carlosgaldino/pygments-main (pull request #74)Georg Brandl2012-05-316-5/+27
|\
| * Merged in nolta/pygments-main (pull request #76)Georg Brandl2012-05-313-3/+24
| |\
| | * Merged in bluegoji/pygments-main (pull request #73)Georg Brandl2012-05-311-2/+15
| | |\
| | | * Changed to old-style % operator formatting for 2.4 compatibility, as requestedSteven Collins2012-05-311-2/+2
| | | * merge c61a98b9e109 from destination repoSteven Collins2012-05-301-2/+15
| | | |\
| | | | * Modernize and clean up string formatting code in new JSON highlighting.Steven Collins2012-05-301-12/+11
| | | | * Add highlighting for JSON floats, very slight correction to JSON integers.Steven Collins2012-05-211-2/+16
| | * | | Closes #777: fix position in case of unexpected EOL.Robert Lehmann2012-05-311-1/+1
| | * | | Add failing test case for #777.Robert Lehmann2012-05-311-0/+8
| | |/ /
| * | | add 'do' keyword to julia lexerMike Nolta2012-05-301-1/+1
| |/ /
| * | Fix interpretation of #abc format color strings.Georg Brandl2012-05-302-1/+2
| |/
* | Add Elixir regular expression ruleCarlos Galdino2012-05-251-0/+1
* | Update Elixir sigil without interpolationCarlos Galdino2012-05-251-1/+1
* | Refactor Elixir sigil rulesCarlos Galdino2012-05-251-45/+35
* | Remove Elixir __LOCAL__Carlos Galdino2012-05-251-2/+2
* | Update Elixir syntaxCarlos Galdino2012-05-251-3/+3
* | Add support for Elixir sigil with uppercase lettersCarlos Galdino2012-05-251-1/+17
* | Add sigil support for ElixirCarlos Galdino2012-05-251-3/+26
|/
* Closes #750: fix highlighting of quotes inside Smalltalk strings/comments.Georg Brandl2012-05-081-9/+8
* Closes #755: replace some more active chars for latex.Georg Brandl2012-05-081-0/+6
* Closes #749: get rid of deepcopy usage to restore 2.4 compatibilityGeorg Brandl2012-05-081-8/+2
* Closes #758: allow underscores in Apache directive names.Georg Brandl2012-05-081-1/+1
* Closes #760: fix highlighting of e.g. "$-16" in GAS.Georg Brandl2012-05-081-1/+1
* Closes #757: some more x86_64 register namesGeorg Brandl2012-05-081-1/+2
* Add C# 5.0 async/await keywordsPaul Betts2012-05-011-1/+1
* Added a few new PostgreSQL 9.2 typesDaniele Varrazzo2012-04-251-8/+9
* fixed merge conflicts with web.pySteve Spigarelli2012-04-052-8/+13
|\
| * updated a few pygment types to make things color more standardSteve Spigarelli2012-04-041-4/+5
| * passing new tests for global namespacesSteve Spigarelli2012-04-042-7/+10
* | Fix Julia attribution.Georg Brandl2012-04-041-1/+1
* | Change CSS lexer name regex fix.Georg Brandl2012-04-041-1/+1
* | Merged in miketaylr/pygments-main (pull request #65)Georg Brandl2012-04-042-1/+6
|\ \
| * | Add ? to CSSLexer Name regex to account for single letter CSS prefixes.Mike Taylor2012-04-032-1/+6
* | | Test suite fix, authors and changelog entry for JuliaGeorg Brandl2012-04-043-3/+8
* | | Merged in nolta/pygments-main (pull request #61)Georg Brandl2012-04-043-3/+1192
|\ \ \ | |/ / |/| |