mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-21 20:38:44 +00:00
Add TOML sublime syntax, closes #37
This commit is contained in:
parent
92729430fc
commit
23d92d7641
@ -17,9 +17,17 @@ if [ ! -e "$SYNTAX_FOLDER" ]; then
|
|||||||
(
|
(
|
||||||
cd "$SYNTAX_FOLDER"
|
cd "$SYNTAX_FOLDER"
|
||||||
git clone https://github.com/sublimehq/Packages/
|
git clone https://github.com/sublimehq/Packages/
|
||||||
|
|
||||||
|
# Patch JavaScript syntax
|
||||||
|
sed -i -e 's/{{identifier_break}}+/{{identifier_break}}/' Packages/JavaScript/JavaScript.sublime-syntax
|
||||||
|
|
||||||
|
# Use extended Markdown syntax
|
||||||
rm -rf Packages/Markdown
|
rm -rf Packages/Markdown
|
||||||
git clone https://github.com/jonschlinkert/sublime-markdown-extended
|
git clone https://github.com/jonschlinkert/sublime-markdown-extended
|
||||||
|
|
||||||
|
# Add additional sxntax definitions
|
||||||
git clone https://github.com/princemaple/elixir-sublime-syntax/
|
git clone https://github.com/princemaple/elixir-sublime-syntax/
|
||||||
|
git clone https://github.com/sharkdp/sublime_toml_highlighting
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user