Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison pygments_lexer_pseudocode2/__init__.py @ 14:81554feb6507
Pygment lexers should have an "__all__" specification in their implemtation files
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 19 Apr 2026 18:48:21 +0200 |
| parents | 93aafdfde733 |
| children | 2e67c4eae6d9 |
comparison
equal
deleted
inserted
replaced
| 13:93aafdfde733 | 14:81554feb6507 |
|---|---|
| 14 If you cannot find MIT.txt see | 14 If you cannot find MIT.txt see |
| 15 <http://opensource.org/licenses/MIT>. | 15 <http://opensource.org/licenses/MIT>. |
| 16 """ | 16 """ |
| 17 | 17 |
| 18 __version__ = "2.0.1" | 18 __version__ = "2.0.1" |
| 19 | |
| 20 __all__ = ["PseudocodeLexer2"] | |
| 19 | 21 |
| 20 | 22 |
| 21 import re | 23 import re |
| 22 | 24 |
| 23 from pygments.lexer import RegexLexer, include, bygroups, using, this | 25 from pygments.lexer import RegexLexer, include, bygroups, using, this |
