summaryrefslogtreecommitdiff
path: root/pygments/lexers/templates.py
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2012-11-12 14:42:25 -0800
committerTim Hatch <tim@timhatch.com>2012-11-12 14:42:25 -0800
commit66e48fd9f75e2d64e80033ae2e36de7d24e69717 (patch)
tree518a1ed2d870058a4cb92c1e3f75ecafdbdf1a87 /pygments/lexers/templates.py
parent3bc72c68f04ab818f450ce057e1fb249139b8a21 (diff)
downloadpygments-66e48fd9f75e2d64e80033ae2e36de7d24e69717.tar.gz
Get ready for release: update "new in" version numbers and rename CUDALexer
Diffstat (limited to 'pygments/lexers/templates.py')
-rw-r--r--pygments/lexers/templates.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pygments/lexers/templates.py b/pygments/lexers/templates.py
index 6c55edbf..0e6f46d7 100644
--- a/pygments/lexers/templates.py
+++ b/pygments/lexers/templates.py
@@ -1638,6 +1638,8 @@ class LassoHtmlLexer(DelegatingLexer):
`HtmlLexer`.
Nested JavaScript and CSS is also highlighted.
+
+ *New in Pygments 1.6.*
"""
name = 'HTML+Lasso'
@@ -1665,6 +1667,8 @@ class LassoXmlLexer(DelegatingLexer):
"""
Subclass of the `LassoLexer` which highlights unhandled data with the
`XmlLexer`.
+
+ *New in Pygments 1.6.*
"""
name = 'XML+Lasso'
@@ -1688,6 +1692,8 @@ class LassoCssLexer(DelegatingLexer):
"""
Subclass of the `LassoLexer` which highlights unhandled data with the
`CssLexer`.
+
+ *New in Pygments 1.6.*
"""
name = 'CSS+Lasso'
@@ -1712,6 +1718,8 @@ class LassoJavascriptLexer(DelegatingLexer):
"""
Subclass of the `LassoLexer` which highlights unhandled data with the
`JavascriptLexer`.
+
+ *New in Pygments 1.6.*
"""
name = 'JavaScript+Lasso'