summaryrefslogtreecommitdiff
path: root/pygments/lexers/dotnet.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-11-15 08:57:18 +0100
committerGeorg Brandl <georg@python.org>2014-11-15 08:57:18 +0100
commit55100eea85e7f55d07cc4b53ce94954711ef2182 (patch)
treed22bacb5d12dad96c83af81c7f684a55f3012355 /pygments/lexers/dotnet.py
parentfc5bf35d2c1b74fb0748687a0b7ffceb482f79c2 (diff)
parentfd39cd931256ba0d3788fc481191d7cab2f4a617 (diff)
downloadpygments-55100eea85e7f55d07cc4b53ce94954711ef2182.tar.gz
Merged in jrnold/pygments-main-stan (pull request #415)
updated Stan lexer to language version 2.5.0
Diffstat (limited to 'pygments/lexers/dotnet.py')
-rw-r--r--pygments/lexers/dotnet.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/dotnet.py b/pygments/lexers/dotnet.py
index d24f64ea..afdb7786 100644
--- a/pygments/lexers/dotnet.py
+++ b/pygments/lexers/dotnet.py
@@ -497,7 +497,7 @@ class GenericAspxLexer(RegexLexer):
# TODO support multiple languages within the same source file
class CSharpAspxLexer(DelegatingLexer):
"""
- Lexer for highligting C# within ASP.NET pages.
+ Lexer for highlighting C# within ASP.NET pages.
"""
name = 'aspx-cs'
@@ -518,7 +518,7 @@ class CSharpAspxLexer(DelegatingLexer):
class VbNetAspxLexer(DelegatingLexer):
"""
- Lexer for highligting Visual Basic.net within ASP.NET pages.
+ Lexer for highlighting Visual Basic.net within ASP.NET pages.
"""
name = 'aspx-vb'