Add Jupyter language with JSON syntax highlighting

#128495
This commit is contained in:
Rob Lourens
2021-08-06 15:50:58 -07:00
parent 52658e11de
commit accf5ae359
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"scopeName": "source.jupyter",
"patterns": [
{
"include": "source.json"
}
]
}