Merge pull request #235921 from remcohaszing/ndjson

Allow the .ndjson extension for the jsonl language
pull/235980/head
Martin Aeschlimann 2024-12-12 17:43:56 +01:00 committed by GitHub
commit 1a5b8e457b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@
"JSON Lines"
],
"extensions": [
".jsonl"
".jsonl",
".ndjson"
],
"filenames": [],
"configuration": "./language-configuration.json"