We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb58d63 commit e1711f2Copy full SHA for e1711f2
README.rst
@@ -1,6 +1,6 @@
1
=======================
2
``jsonschema-lexer``
3
-====================
+=======================
4
5
|PyPI| |Pythons| |CI|
6
@@ -19,7 +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.
+`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.
24
25
Usage
0 commit comments