Julia grammar for Atom, VS Code, and GitHub syntax highlighting
55
stars
379
commits
JavaScript
primary language
Sep 8, 2026
updated
Julia grammar definition for Atom, VS Code, and GitHub.
The source of truth in this repo is template/julia.json; julia.json, julia.cson, and julia_vscode.json are automatically generated in a pre-commit hook or with npm run generate.
We love contributors. Here are the steps we have taken to develop on this package:
npm (comes bundled with Node). We recommend using a Node version manager. LTS is recommended, but any node version newer than 14 should do.cd into itnpm cigrammars/julia.template.json in your favourite editor and fix a bug or implement additional highlighting rulestest/test.jsnpm run testjulia.template.json.Follow the julia-vscode developer instructions to get the extension setup. Afterwards, simply copy the updated julia_vscode.json from this repo into julia-vscode/syntaxes and you should see your changes in the debug editor after reloading it.
This is also an Atom package to provide Julia syntax highlighting, snippets, and docstring folding. Originally based off of JuliaLang/julia.tmBundle, merged with new ideas from language-julia.
snippets/language-julia.cson)Installation happens normally either through apm install language-julia or through the install section of the settings tab within Atom.
Note: if you already have a different version of language-julia plugin installed (e.g. this one), you would need to remove it first using apm uninstall language-julia
Two Atom commands are provided to toggle all docstrings or the docstring under the cursor: language-julia:toggle-docstrings and language-julia:toggle-all-docstrings. These are not assigned keys. Here is one example of adding these to keymaps using org-mode style keys:
'atom-text-editor[data-grammar="source julia"]:not([mini])':
'tab': 'language-julia:toggle-docstrings'
'shift-tab': 'language-julia:toggle-all-docstrings'
JavaScript
98.1%
CoffeeScript
1.9%
Julia grammar for Atom, VS Code, and GitHub syntax highlighting
55
stars
379
commits
JavaScript
primary language
Sep 8, 2026
updated
Julia grammar definition for Atom, VS Code, and GitHub.
The source of truth in this repo is template/julia.json; julia.json, julia.cson, and julia_vscode.json are automatically generated in a pre-commit hook or with npm run generate.
We love contributors. Here are the steps we have taken to develop on this package:
npm (comes bundled with Node). We recommend using a Node version manager. LTS is recommended, but any node version newer than 14 should do.cd into itnpm cigrammars/julia.template.json in your favourite editor and fix a bug or implement additional highlighting rulestest/test.jsnpm run testjulia.template.json.Follow the julia-vscode developer instructions to get the extension setup. Afterwards, simply copy the updated julia_vscode.json from this repo into julia-vscode/syntaxes and you should see your changes in the debug editor after reloading it.
This is also an Atom package to provide Julia syntax highlighting, snippets, and docstring folding. Originally based off of JuliaLang/julia.tmBundle, merged with new ideas from language-julia.
snippets/language-julia.cson)Installation happens normally either through apm install language-julia or through the install section of the settings tab within Atom.
Note: if you already have a different version of language-julia plugin installed (e.g. this one), you would need to remove it first using apm uninstall language-julia
Two Atom commands are provided to toggle all docstrings or the docstring under the cursor: language-julia:toggle-docstrings and language-julia:toggle-all-docstrings. These are not assigned keys. Here is one example of adding these to keymaps using org-mode style keys:
'atom-text-editor[data-grammar="source julia"]:not([mini])':
'tab': 'language-julia:toggle-docstrings'
'shift-tab': 'language-julia:toggle-all-docstrings'
JavaScript
98.1%
CoffeeScript
1.9%