Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.96 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.96 KB

logcat.tmLanguage

Colorize log to let you focus on the important things.
Above all, colors make me happy.

See the .YAML-tmLanguage files for documentation.
They should be self-explanatory.

It's recommended to use MattDMo/Neon-color-scheme for the best result (PR pending). It is a great color scheme BTW.

Usage

  1. Copy the .tmLanguage files to your Packages/User
  2. Ctrl+Shift+P
  3. ss logcat
  4. Select the logcat format
  5. Enjoy

Screenshots

  • brief (default)
    breif
  • time
    time
  • threadtime
    threadtime

Background

I would like to do highlight on logcat logs files I've captured. ADBView was too much for me.
I used to use its syntax file for some time but then I have some -v threadtime logs at hand (ADBView only supports -v time).

I've hence written syntax file for logcat from scratch with AAAPackageDev.

TODO

License

MIT