Unnamed repository; edit this file 'description' to name the repository.
Recognise Jupyter notebooks as JSON documents (#6927)
Scott Stevenson 2023-05-01
parent d787823 · commit 0156237
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index e4855e90..4e09d54f 100644
--- a/languages.toml
+++ b/languages.toml
@@ -160,7 +160,7 @@ indent = { tab-width = 2, unit = " " }
name = "json"
scope = "source.json"
injection-regex = "json"
-file-types = ["json", "jsonc", "arb"]
+file-types = ["json", "jsonc", "arb", "ipynb"]
roots = []
language-server = { command = "vscode-json-language-server", args = ["--stdio"] }
auto-format = true