Skip to content

Files

Latest commit

 

History

History
34 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.08 KB

SublimeLinter-soar

SublimeLinter plugin for SQL by SOAR.

soar

Installation

SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions here.

Linter installation

Before using this plugin, you must ensure that SOAR is installed on your system. Please follow the instructions of SOAR.

Plugin installation

At the first, you need clone the plugin into package folder.

  1. Open Sublime Text and click Preferences -> Browse Packages...
  2. Clone the repo into folder.
git clone https://github.com/liipx/SublimeLinter-soar.git

Then click Preferences -> Package Settings -> SublimeLinter -> Settings, set the config as following:

// SublimeLinter Settings - User
{
	"linters": {
        "soar": {
            "soar_path":"you_soar_path"
        },
    },
}

Now, open a sql file and enjoy.