Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 858 Bytes

readme.md

File metadata and controls

31 lines (22 loc) · 858 Bytes

Smali Sublime Syntax

Context-aware syntax highlighting for Sublime Text 2.

Installation

If you have Package Manager, just search for and install Smali.

WITHOUT Package Manager:

  • Navigate to Sublime's packages directory
    • Command + Shift + P, "Preferences: Browse Packages"
  • Create a directory named Smali
  • Copy smali.tmLanguage to Smali

For OSX, from the repository root:

cp smali.tmLanguage "$HOME/Library/Application Support/Sublime Text 2/Packages/Smali"

Features

  • Line-level syntax validation
    • Incorrectly formatted instructions are highlighted red
    • Register and literal ranges are validated
  • Objectively better than your current Smali highlighter
  • Includes the color purple!