summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2014-06-07 08:35:35 -0700
committerTim Hatch <tim@timhatch.com>2014-06-07 08:35:35 -0700
commitb05fda6cc9c6e65419b0993f28091b2eb5a1d9b7 (patch)
tree8c561ba39d780a3a0609bac8ad92c19892ad6acb
parent260e2a3641b2822b39354754805a13b67b193279 (diff)
downloadpygments-b05fda6cc9c6e65419b0993f28091b2eb5a1d9b7.tar.gz
Add link for Liquid
-rw-r--r--pygments/lexers/templates.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pygments/lexers/templates.py b/pygments/lexers/templates.py
index 3965e953..8d91d9d0 100644
--- a/pygments/lexers/templates.py
+++ b/pygments/lexers/templates.py
@@ -1856,7 +1856,8 @@ class YamlJinjaLexer(DelegatingLexer):
class LiquidLexer(RegexLexer):
"""
- Lexer for Liquid templates.
+ Lexer for `Liquid templates
+ <http://www.rubydoc.info/github/Shopify/liquid>`_.
.. versionadded:: 2.0
"""