python-waterloo-lexer 0.5.5__tar.gz → 0.5.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_waterloo_lexer-0.5.5 → python_waterloo_lexer-0.5.6}/PKG-INFO +9 -2
- {python_waterloo_lexer-0.5.5 → python_waterloo_lexer-0.5.6}/README.md +8 -1
- {python_waterloo_lexer-0.5.5 → python_waterloo_lexer-0.5.6}/python_waterloo_lexer.egg-info/PKG-INFO +9 -2
- {python_waterloo_lexer-0.5.5 → python_waterloo_lexer-0.5.6}/python_waterloo_lexer.py +1 -1
- {python_waterloo_lexer-0.5.5 → python_waterloo_lexer-0.5.6}/pyproject.toml +0 -0
- {python_waterloo_lexer-0.5.5 → python_waterloo_lexer-0.5.6}/python_waterloo_lexer.egg-info/SOURCES.txt +0 -0
- {python_waterloo_lexer-0.5.5 → python_waterloo_lexer-0.5.6}/python_waterloo_lexer.egg-info/dependency_links.txt +0 -0
- {python_waterloo_lexer-0.5.5 → python_waterloo_lexer-0.5.6}/python_waterloo_lexer.egg-info/entry_points.txt +0 -0
- {python_waterloo_lexer-0.5.5 → python_waterloo_lexer-0.5.6}/python_waterloo_lexer.egg-info/requires.txt +0 -0
- {python_waterloo_lexer-0.5.5 → python_waterloo_lexer-0.5.6}/python_waterloo_lexer.egg-info/top_level.txt +0 -0
- {python_waterloo_lexer-0.5.5 → python_waterloo_lexer-0.5.6}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-waterloo-lexer
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.6
|
|
4
4
|
Summary: A pygments lexer derived from the Python lexer, for Waterloo docstrings
|
|
5
5
|
Author: Uwe
|
|
6
6
|
License: BSD-2-Clause
|
|
@@ -17,7 +17,7 @@ Requires-Dist: pygments
|
|
|
17
17
|
# Python-Waterloo Lexer
|
|
18
18
|
|
|
19
19
|

|
|
20
|
-

|
|
21
21
|

|
|
22
22
|

|
|
23
23
|
|
|
@@ -76,3 +76,10 @@ Development happens in the Waterloo repository:
|
|
|
76
76
|
|
|
77
77
|
The repository also contains related tooling, documentation, and editor
|
|
78
78
|
integrations for Waterloo docstrings.
|
|
79
|
+
|
|
80
|
+
## Preview
|
|
81
|
+
|
|
82
|
+
<picture>
|
|
83
|
+
<img src="https://minifl.de/sdv_doc_waterloo/img/screenshot_sphinx_pygments_wtrl.png" alt="ExtensionPreview">
|
|
84
|
+
</picture>
|
|
85
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Python-Waterloo Lexer
|
|
2
2
|
|
|
3
3
|

|
|
4
|
-

|
|
5
5
|

|
|
6
6
|

|
|
7
7
|
|
|
@@ -60,3 +60,10 @@ Development happens in the Waterloo repository:
|
|
|
60
60
|
|
|
61
61
|
The repository also contains related tooling, documentation, and editor
|
|
62
62
|
integrations for Waterloo docstrings.
|
|
63
|
+
|
|
64
|
+
## Preview
|
|
65
|
+
|
|
66
|
+
<picture>
|
|
67
|
+
<img src="https://minifl.de/sdv_doc_waterloo/img/screenshot_sphinx_pygments_wtrl.png" alt="ExtensionPreview">
|
|
68
|
+
</picture>
|
|
69
|
+
|
{python_waterloo_lexer-0.5.5 → python_waterloo_lexer-0.5.6}/python_waterloo_lexer.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-waterloo-lexer
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.6
|
|
4
4
|
Summary: A pygments lexer derived from the Python lexer, for Waterloo docstrings
|
|
5
5
|
Author: Uwe
|
|
6
6
|
License: BSD-2-Clause
|
|
@@ -17,7 +17,7 @@ Requires-Dist: pygments
|
|
|
17
17
|
# Python-Waterloo Lexer
|
|
18
18
|
|
|
19
19
|

|
|
20
|
-

|
|
21
21
|

|
|
22
22
|

|
|
23
23
|
|
|
@@ -76,3 +76,10 @@ Development happens in the Waterloo repository:
|
|
|
76
76
|
|
|
77
77
|
The repository also contains related tooling, documentation, and editor
|
|
78
78
|
integrations for Waterloo docstrings.
|
|
79
|
+
|
|
80
|
+
## Preview
|
|
81
|
+
|
|
82
|
+
<picture>
|
|
83
|
+
<img src="https://minifl.de/sdv_doc_waterloo/img/screenshot_sphinx_pygments_wtrl.png" alt="ExtensionPreview">
|
|
84
|
+
</picture>
|
|
85
|
+
|
|
@@ -41,7 +41,7 @@ from pygments.token import Error, Generic, Keyword, Name, String, Literal, Numbe
|
|
|
41
41
|
|
|
42
42
|
#----- Changelog ----------------------------------------------#
|
|
43
43
|
|
|
44
|
-
__version__ = "0.5.
|
|
44
|
+
__version__ = "0.5.6"
|
|
45
45
|
|
|
46
46
|
#----- Constants ----------------------------------------------#
|
|
47
47
|
RE_SECTION = re.compile(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|