Skip to content

Commit 117012a

Browse files
authored
Add Julia REPL (#6859)
* Draft for Julia REPL mode * Add `language_id` * Remove unnecessary alias * Add Julia REPL to `vendor/README.md` * Add Ace mode
1 parent b15f99b commit 117012a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

lib/linguist/languages.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3515,6 +3515,13 @@ Julia:
35153515
codemirror_mode: julia
35163516
codemirror_mime_type: text/x-julia
35173517
language_id: 184
3518+
Julia REPL:
3519+
type: programming
3520+
color: "#a270ba"
3521+
tm_scope: source.julia.console
3522+
group: Julia
3523+
ace_mode: text
3524+
language_id: 220689142
35183525
Jupyter Notebook:
35193526
type: markup
35203527
ace_mode: json

vendor/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
285285
- **Jolie:** [fmontesi/language-jolie](https://github.com/fmontesi/language-jolie)
286286
- **Jsonnet:** [google/language-jsonnet](https://github.com/google/language-jsonnet)
287287
- **Julia:** [JuliaEditorSupport/atom-language-julia](https://github.com/JuliaEditorSupport/atom-language-julia)
288+
- **Julia REPL:** [JuliaEditorSupport/atom-language-julia](https://github.com/JuliaEditorSupport/atom-language-julia)
288289
- **Jupyter Notebook:** [Nixinova/NovaGrammars](https://github.com/Nixinova/NovaGrammars)
289290
- **Just:** [skellock/vscode-just](https://github.com/skellock/vscode-just)
290291
- **Kaitai Struct:** [atom/language-yaml](https://github.com/atom/language-yaml)

0 commit comments

Comments
 (0)