summaryrefslogtreecommitdiff
path: root/pygments/lexers/dotnet.py
Commit message (Expand)AuthorAgeFilesLines
* use versionadded directivesGeorg Brandl2014-01-191-3/+3
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-5/+5
* Closes #948: fix overzealous error highlighting in dotted constructs in F#.Georg Brandl2014-01-121-0/+2
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
* F# lexer: rewrite with newest spec for F# 3.0 (#842).Georg Brandl2013-05-201-47/+88
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
* Centralize regex metachar escaping, since the surrogate support breaksTim Hatch2012-08-271-13/+7
* Closes #791: CSharp: remove unneeded "|\n" from Comment.Multiline patternYuya Nishihara2012-07-181-1/+1
* Add C# 5.0 async/await keywordsPaul Betts2012-05-011-1/+1
* Fix a bunch of minor issues noticed by regexlintTim Hatch2012-03-091-4/+4
* Merge pygments-main with pygments-timTim Hatch2012-02-271-1/+1
|\
| * Merge pygments-main with pygments-timTim Hatch2012-01-031-1/+1
| |\
| | * Bulk changes to improve many lexers inner workingsTim Hatch2011-03-191-1/+1
* | | Closes #737: CSharpASP: remove unconditional 0.001 from analyse_textGeorg Brandl2012-02-121-1/+3
* | | Copyright update.Georg Brandl2012-02-051-1/+1
* | | Closes #679: fix Boo string regexes.Georg Brandl2012-02-051-4/+4
* | | Closes #706: "infinite" looping in Nemerle lexer (in reality just a backtrack...Georg Brandl2012-02-051-22/+23
* | | Closes #735: (*) is not a comment in F#.Georg Brandl2012-02-041-1/+1
* | | Changes to dotnet.py lexer to fix rendering issues with verbatimstrings. And ...albertjan2012-01-311-4/+6
* | | fix nemerle lexer $exressions errorsAlex Zimin2011-12-021-2/+3
|/ /
* | Fix current copyright year.Georg Brandl2011-07-091-1/+1
* | pull in fix for Nemerle from ziaw/pygments-mainGeorg Brandl2011-06-181-26/+139
|\ \
| * | Add version info to F# lexer.Georg Brandl2011-06-181-0/+2
| * | merge with puffnfresh/pygments-mainGeorg Brandl2011-06-171-2/+105
| |\ \
| | * | Added F# lexerBrian McKenna2011-03-281-2/+105
| | |/
| * | Cleanup and add changelog entry for Nemerle.Georg Brandl2011-06-071-24/+28
* | | fix expr injection into quasiquotationAlex Zimin2011-06-081-17/+22
|/ /
* | Recursive string supportAlex Zimin2011-05-201-2/+8
* | Add Nemerle lexerAlex Zimin2011-05-201-1/+140
|/
* Fix class/procedure name highlighting in VB.NET lexer (#624). Add a .vb test...Georg Brandl2011-01-031-13/+25
* Happy new year!Georg Brandl2010-01-011-1/+1
* #421: Emit Comment.Single or Comment.Multiline tokens for languages that have...gbrandl2009-07-111-4/+4
* Add ASP.net lexersthatch2009-02-191-3/+70
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
* Seems to make more sense if curlies are punctuation for C#thatch2008-12-311-1/+1
* Sync c-sharp lexer with current ECMA-334 (4th ed):thatch2008-07-251-2/+5
* Add `#pragma` to c-sharp lexer. A quick read of ECMA-334 (4th ed) shows thatthatch2008-07-251-1/+2
* Fix function name highlighting in Java and C#, and interface names in Java.gbrandl2008-05-061-3/+3
* [svn] this fixes #289blackbird2007-09-041-1/+1
* [svn] Simplify method finding regexes for C# and Java, avoiding exponential b...gbrandl2007-08-181-3/+2
* [svn] Fix C# class / namespace names.gbrandl2007-05-311-2/+2
* [svn] A few corrections.gbrandl2007-05-061-2/+4
* [svn] Fix a few inconsistencies and nits, mainly in the docs.gbrandl2007-05-041-2/+2
* [svn] Correct default.gbrandl2007-05-031-1/+1
* [svn] Make the C# lexer unicode aware.gbrandl2007-05-031-47/+98
* [svn] Copyright notice update.gbrandl2007-02-041-1/+1
* [svn] added "partial" to csharp keyword listblackbird2007-01-141-1/+1
* [svn] Added JSP and Batchfile lexers by Tim Hatch.gbrandl2007-01-131-3/+3
* [svn] Generate lexer, formatter and filter docs from docstrings.gbrandl2007-01-121-1/+16
* [svn] Use the Punctuation token type everywhere.gbrandl2006-12-181-4/+4