mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 11:22:30 +01:00
Add TOML sublime syntax, closes #37
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user