From 091b0b6437feacc6061ba9262fabe9ff56dd68b1 Mon Sep 17 00:00:00 2001 From: Eric Davies Date: Sun, 13 May 2018 01:55:52 -0500 Subject: [PATCH] Add Julia highlighting support --- assets/create.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/create.sh b/assets/create.sh index 96b9567c..d1d5e12f 100644 --- a/assets/create.sh +++ b/assets/create.sh @@ -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