We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2280875 commit 7a9eb0dCopy full SHA for 7a9eb0d
README.rst
@@ -19,8 +19,7 @@
19
Introduction
20
------------
21
22
-`jsonschema-lexer` is a Python package that provides a JSON Schema lexer for syntax highlighting JSON Schema documents based on the `2020-12 dialect`.
23
-It utilizes Pygments, a syntax highlighting library, to tokenize JSON Schema documents according to the JSON Schema specification.
+`jsonschema-lexer` provides a lexer for syntax highlighting JSON Schema documents via `Pygments <https://pygments.org/>`_.
24
25
Usage
26
-----
@@ -31,7 +30,6 @@ Here's a simple example:
31
30
32
.. code-block:: python
33
34
- # Import the JSONSchemaLexer class from the package
35
from jsonschema_lexer.lexer import JSONSchemaLexer
36
37
from rich.console import Console
0 commit comments