Whenever Sublime Text updates...
I'll need to do:
cd '/Applications/Sublime Text 3.app/Contents/MacOS/Packages'
ln -s Ruby.sublime-package Ruby.sublime-package.zip
# Find:
# Snippets/require-..-(req).sublime-snippet
# Change " to '
# Find:
# Ruby.sublime-syntax
# Search:
# require
# Remove `push:` clause
ln -s 'Color Scheme - Default.sublime-package' 'Color Scheme - Default.sublime-package.zip'
# Find:
# Twilight.tmTheme
# Add color scheme for GitGutter
# Add just before <plist><dict></array>
# Change color:
# deleted -> #FF0000
# inserted -> #00FF00
# changed -> #FFFF00
ln -s 'Default.sublime-package' 'Default.sublime-package.zip'
# Find:
# block.py
# Find:
# def indented_block(view, r):
# Insert:
# return False
# To avoid inserting } in the wrong block
0 retries:
Post a Comment
Note: Only a member of this blog may post a comment.