/sublime-text-config

Sublime Text 3 Goodies

Primary LanguagePython

Installation

Open Preferences->Browse Packages.... Put required file to User directory.

log.sublime-syntax

Highlight log files for better readability. Tested with log4j. Should support any other log formats also, since highlights generic words like Error, Exception etc (see source to highlight more words).

TIP: for better log analysis install FilterPipes which allows you to quickly execute grep on logs and more.

snippets/print.sublime-snippet

Read more

Run.sublime-build

Build system that uses Linux hashbang/shebang

Read more

calc.py/calc.sublime-commands