comparison docs/details-frpseudocode.rst @ 146:ca5b31a30cea

Wording
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 07 May 2026 12:53:25 +0200
parents c4f6f5e771b0
children 4acf578ae93f
comparison
equal deleted inserted replaced
145:c4f6f5e771b0 146:ca5b31a30cea
12 - renamed from ``Pseudocode`` to ``FrPseudocode`` 12 - renamed from ``Pseudocode`` to ``FrPseudocode``
13 - changed aliases to ``fr-pseudocode``, ``fr-pseudo``, ``fr-algorithm`` 13 - changed aliases to ``fr-pseudocode``, ``fr-pseudo``, ``fr-algorithm``
14 and ``fr-algo`` 14 and ``fr-algo``
15 - changed file extension to ``.fr-algo`` and ``.fr-pseudocode`` 15 - changed file extension to ``.fr-algo`` and ``.fr-pseudocode``
16 - changed some exististing arrows and added some more 16 - changed some exististing arrows and added some more
17 - numbers parsing is more flexible by following the `Python`_ lexer 17 - numbers parsing is more flexible by following the rules of the `Pygments`_
18 lexer for `Python`_
18 - also allow ``!=`` as inequality operator (in addition to ``<>``) 19 - also allow ``!=`` as inequality operator (in addition to ``<>``)
19 20
20 It mostly just recognizes some (french) keywords and highlights them. 21 It mostly just recognizes some (french) keywords and highlights them.
21 22
22 Comments are supported (``//`` and ``/* ... */`` (single-line only))- 23 Comments are supported (``//`` and ``/* ... */`` (single-line only))-