Skip to content

Commit fe0c2b9

Browse files
srstevensonTriton171
authored andcommitted
Recognise Jupyter notebooks as JSON documents (helix-editor#6927)
1 parent 87cd67a commit fe0c2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ indent = { tab-width = 2, unit = " " }
160160
name = "json"
161161
scope = "source.json"
162162
injection-regex = "json"
163-
file-types = ["json", "jsonc", "arb"]
163+
file-types = ["json", "jsonc", "arb", "ipynb"]
164164
roots = []
165165
language-server = { command = "vscode-json-language-server", args = ["--stdio"] }
166166
auto-format = true

0 commit comments

Comments
 (0)