diff options
author | Georg Brandl <georg@python.org> | 2014-01-18 21:16:32 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-18 21:16:32 +0100 |
commit | ff3a8dea781fb0492de4abbd4da48a5b1c110974 (patch) | |
tree | 5aaf665818ca148242ba821fc95940b396009f17 /pygments/lexers/web.py | |
parent | 97703d63f39e6086d497a6a749c9eee3293dcbeb (diff) | |
download | pygments-ff3a8dea781fb0492de4abbd4da48a5b1c110974.tar.gz |
New docs + website using Sphinx.
Diffstat (limited to 'pygments/lexers/web.py')
-rw-r--r-- | pygments/lexers/web.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pygments/lexers/web.py b/pygments/lexers/web.py index 740f72a0..c35e60ab 100644 --- a/pygments/lexers/web.py +++ b/pygments/lexers/web.py @@ -4173,9 +4173,9 @@ class CirruLexer(RegexLexer): Syntax rules of Cirru can be found at: http://grammar.cirru.org/ - * using `()` to markup blocks, but limited in the same line - * using `""` to markup strings, allow `\` to escape - * using `$` as a shorthand for `()` till indentation end or `)` + * using ``()`` to markup blocks, but limited in the same line + * using ``""`` to markup strings, allow ``\`` to escape + * using ``$`` as a shorthand for ``()`` till indentation end or ``)`` * using indentations for create nesting *New in Pygments 1.7.* |