comparison docs/lexer-frpseudocode.rst @ 263:2e78e255b54e

Make a link to the reST source where appropriate to learn about the lexer syntax
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 19 May 2026 18:03:48 +0200
parents 8705fd60feea
children 6d5d630506e4
comparison
equal deleted inserted replaced
262:27fd802338c6 263:2e78e255b54e
1 .. -*- coding: utf-8; indent-tabs-mode: nil; -*- 1 .. -*- coding: utf-8; indent-tabs-mode: nil; -*-
2 2
3 ************** 3 **************
4 FrPseudocode 4 FrPseudocode
5 ************** 5 **************
6
7 .. only:: html
8
9 .. hint::
10 The reST source of this documentation page can be found
11 `here <_sources/lexer-frpseudocode.rst.txt>`_.
6 12
7 This is the pseudocode lexer from the original `pygments-lexer-pseudocode` 13 This is the pseudocode lexer from the original `pygments-lexer-pseudocode`
8 package. 14 package.
9 15
10 It has been changed somewhat: 16 It has been changed somewhat: