From 92729430fcc45cb1e1ad8ac07555be241efb9b33 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 6 May 2018 14:26:58 +0200 Subject: [PATCH] Add elixir sublime syntax --- assets/create.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/create.sh b/assets/create.sh index 9fb03d24..2fc565ef 100644 --- a/assets/create.sh +++ b/assets/create.sh @@ -19,6 +19,7 @@ if [ ! -e "$SYNTAX_FOLDER" ]; then git clone https://github.com/sublimehq/Packages/ rm -rf Packages/Markdown git clone https://github.com/jonschlinkert/sublime-markdown-extended + git clone https://github.com/princemaple/elixir-sublime-syntax/ ) fi