mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-03 20:28:50 +01:00
Add TOML sublime syntax, closes #37
This commit is contained in:
parent
92729430fc
commit
23d92d7641
assets
@ -17,9 +17,17 @@ if [ ! -e "$SYNTAX_FOLDER" ]; then
|
||||
(
|
||||
cd "$SYNTAX_FOLDER"
|
||||
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
|
||||
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/sharkdp/sublime_toml_highlighting
|
||||
)
|
||||
fi
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user