pygments
Advanced tools
+1
-1
| Metadata-Version: 2.1 | ||
| Name: Pygments | ||
| Version: 2.17.0 | ||
| Version: 2.17.1 | ||
| Summary: Pygments is a syntax highlighting package written in Python. | ||
@@ -5,0 +5,0 @@ Project-URL: Homepage, https://pygments.org |
@@ -29,3 +29,3 @@ """ | ||
| __version__ = '2.17.0' | ||
| __version__ = '2.17.1' | ||
| __docformat__ = 'restructuredtext' | ||
@@ -32,0 +32,0 @@ |
@@ -1263,3 +1263,3 @@ """ | ||
| 'literal-string': [ | ||
| (r".*'", String.Single, '#pop'), | ||
| (r".*?'", String.Single, '#pop'), | ||
| ], | ||
@@ -1266,0 +1266,0 @@ 'multiline-basic-string': [ |
@@ -24,3 +24,5 @@ ---input--- | ||
| "'" Literal.String.Single | ||
| "same with a' # basic 'string'" Literal.String.Single | ||
| "same with a'" Literal.String.Single | ||
| ' ' Text.Whitespace | ||
| "# basic 'string'" Comment.Single | ||
| '\n' Text.Whitespace | ||
@@ -27,0 +29,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
43566312
0