/Sublime-Pretty-Lua

🌙 Lua Formatter (Powered by StyLua)

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

🌙 Pretty Lua

Lua Formatter for Sublime Text

  • Uses stylua
  • Format on Save
  • Fast Formatting
  • Syntax Checking
  • Inline Syntax Error Popup
  • Auto Scroll to the point Parsing Error occurred
  • Multiple Candidate Paths to .stylua.toml

Install

  1. Install stylua
  2. Package Control: Install Package
  3. Install Pretty Lua
  4. Linux / Windows users: Open Settings by Preferences: Pretty Lua Settings and setup path to stylua
{
    // Absolute Path to `stylua` Binary
    "binary": ".../stylua"
}