Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison pygments_lexer_pseudocode2/__init__.py @ 12:4726325d320d
Add SPDX license information to the source code file
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 19 Apr 2026 18:43:44 +0200 |
| parents | 087d67c10039 |
| children | 93aafdfde733 |
comparison
equal
deleted
inserted
replaced
| 11:087d67c10039 | 12:4726325d320d |
|---|---|
| 1 # -*- coding: utf-8 -*- | |
| 2 # :- | |
| 3 # SPDX-FileCopyrightText: © 2015 Simon Wachter | |
| 4 # SPDX-FileCopyrightText: © 2026 Franz Glasner | |
| 5 # SPDX-License-Identifier: MIT | |
| 6 # :- | |
| 1 | 7 |
| 2 __version__ = "2.0.1" | 8 __version__ = "2.0.1" |
| 3 | 9 |
| 4 | 10 |
| 5 import re | 11 import re |
