Skip to content

LPX-E5BD8/SublimeLinter-soar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SublimeLinter plugin for SQL by SOAR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages