Add Julia highlighting support

This commit is contained in:
Eric Davies 2018-05-13 01:55:52 -05:00 committed by David Peter
parent 0886a24685
commit 091b0b6437
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ if [ ! -e "$SYNTAX_FOLDER" ]; then
# Add additional sxntax definitions
git clone https://github.com/princemaple/elixir-sublime-syntax/
git clone https://github.com/sharkdp/sublime_toml_highlighting
git clone https://github.com/JuliaEditorSupport/Julia-sublime
)
fi