diff options
| author | robot-contrib <[email protected]> | 2023-12-09 00:19:25 +0300 |
|---|---|---|
| committer | robot-contrib <[email protected]> | 2023-12-09 00:50:41 +0300 |
| commit | 83b8a2f9228353759e59a093cb3c1270ea2c9d5b (patch) | |
| tree | a90f4f91780c0613bea19f33ff8af8e93a335e8b /contrib/python/Pygments/py3/pygments/lexers/data.py | |
| parent | 460528e80f26d04487dc242b7333d45bbeb43a4d (diff) | |
Update contrib/python/Pygments/py3 to 2.17.2
Diffstat (limited to 'contrib/python/Pygments/py3/pygments/lexers/data.py')
| -rw-r--r-- | contrib/python/Pygments/py3/pygments/lexers/data.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/Pygments/py3/pygments/lexers/data.py b/contrib/python/Pygments/py3/pygments/lexers/data.py index f97e146efcc..afb5f7e59c5 100644 --- a/contrib/python/Pygments/py3/pygments/lexers/data.py +++ b/contrib/python/Pygments/py3/pygments/lexers/data.py @@ -450,8 +450,8 @@ class JsonLexer(Lexer): name = 'JSON' url = 'https://www.json.org' aliases = ['json', 'json-object'] - filenames = ['*.json', 'Pipfile.lock'] - mimetypes = ['application/json', 'application/json-object'] + filenames = ['*.json', '*.jsonl', '*.ndjson', 'Pipfile.lock'] + mimetypes = ['application/json', 'application/json-object', 'application/x-ndjson', 'application/jsonl', 'application/json-seq'] # No validation of integers, floats, or constants is done. # As long as the characters are members of the following |
