mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Add JSON Lines language definition (#183035)
* Add `JSON Lines` language definition * Fix ident
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
".jslintrc",
|
||||
".jsonld",
|
||||
".geojson",
|
||||
".ipynb"
|
||||
".ipynb"
|
||||
],
|
||||
"filenames": [
|
||||
"composer.lock",
|
||||
@@ -65,6 +65,17 @@
|
||||
"typedoc.json"
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
},
|
||||
{
|
||||
"id": "jsonl",
|
||||
"aliases": [
|
||||
"JSON Lines"
|
||||
],
|
||||
"extensions": [
|
||||
".jsonl"
|
||||
],
|
||||
"filenames": [],
|
||||
"configuration": "./language-configuration.json"
|
||||
}
|
||||
],
|
||||
"grammars": [
|
||||
@@ -77,6 +88,11 @@
|
||||
"language": "jsonc",
|
||||
"scopeName": "source.json.comments",
|
||||
"path": "./syntaxes/JSONC.tmLanguage.json"
|
||||
},
|
||||
{
|
||||
"language": "jsonl",
|
||||
"scopeName": "source.json.lines",
|
||||
"path": "./syntaxes/JSONL.tmLanguage.json"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user