diff options
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.* |