Merge pull request #2763 from github/2746-local

Jupyter notebook, version 2
This commit is contained in:
Arfon Smith
2015-12-08 07:45:57 -05:00
2 changed files with 223 additions and 1 deletions

View File

@@ -142,7 +142,7 @@ Agda:
Alloy:
type: programming # 'modeling' would be more appropiate
color: "#cc5c24"
color: "#64C800"
extensions:
- .als
ace_mode: text
@@ -1696,6 +1696,18 @@ Julia:
color: "#a270ba"
ace_mode: julia
Jupyter Notebook:
type: markup
ace_mode: json
tm_scope: source.json
color: "#DA5B0B"
extensions:
- .ipynb
filenames:
- Notebook
aliases:
- IPython Notebook
KRL:
type: programming
color: "#28431f"

File diff suppressed because one or more lines are too long