summaryrefslogtreecommitdiff
path: root/pygments/lexers/dotnet.py
Commit message (Expand)AuthorAgeFilesLines
* Rename the F# parser to F# (same as C#.)Matth?us G. Chajdas2019-05-091-6/+3
* Fix more instances of invalid string escapesGeorg Brandl2018-11-281-10/+10
* Copyright update.Georg Brandl2017-01-221-1/+1
* Fix most complaints from regexlint.Georg Brandl2016-02-141-22/+23
* Closes #1180: add missing C# LINQ keywords.Georg Brandl2016-02-021-3/+3
* Copyright year update.Georg Brandl2015-01-211-1/+1
* spelling/grammar/syntax fixes for docsEricFromCanada2014-11-141-2/+2
* Closes #1062: recognize backquote-delimited identifiers in F#.Georg Brandl2014-11-131-0/+1
* Closes #1057: adjust lexer analysis functions; remove too broad analysis for ...Georg Brandl2014-11-091-2/+1
* Simplify charclasses in the remaining modulesGeorg Brandl2014-11-061-4/+4
* VB.net: support Unicode identifiersGeorg Brandl2014-11-061-6/+12
* C#: with generics "class" can also be used without introducing a classGeorg Brandl2014-11-061-2/+3
* Add #Else to VB.NETUnknown Name2014-10-261-1/+1
* Merge with -mainTim Hatch2014-10-151-15/+15
|\
| * Use unistring.combine in dotnet lexers.Tim Hatch2014-10-151-15/+15
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-1/+1
|/
* VBnet: allow brackets.Georg Brandl2014-10-071-1/+1
* split up web lexersGeorg Brandl2014-09-191-1/+1
* split up lexers.compiled into multiple submodulesGeorg Brandl2014-09-161-40/+40
* Merged in dscorbett/pygments-numbers (pull request #364)Tim Hatch2014-05-201-1/+1
|\
| * Add token type Number.BinDavid Corbett2014-05-191-1/+1
* | Add 'emacs-lisp' alias to make org-mode happy.Tim Hatch2014-05-191-0/+5
|/
* Merged in dscorbett/pygments-vb.net (pull request #362)Tim Hatch2014-05-181-3/+2
|\
| * Fix VbNetLexer.analyse_textDavid Corbett2014-05-171-3/+2
* | Apply default state transition in various lexers to avoid extra token generationGaurav Jain2014-05-181-4/+4
|/
* Replace a-z0-9_ with \w when IGNORECASE is setGaurav Jain2014-05-151-4/+4
* Overlap due to case insensitive modeGaurav Jain2014-05-151-1/+1
* Replace all occurences of a-zA-Z0-9_ with \wGaurav Jain2014-05-141-7/+7
* Replace all occurences of [a-zA-Z0-9_] with \wGaurav Jain2014-05-141-9/+9
* Replace ^\s* with ^[ \t]* to avoid catching \nGaurav Jain2014-05-141-2/+2
* Additional fixes to reduce line lengthGaurav Jain2014-05-121-1/+2
* Merged in pathawks/pygments (pull request #182)Tim Hatch2014-04-241-0/+5
|\
* | 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