diff options
author | w0rp <devw0rp@gmail.com> | 2020-08-28 09:25:40 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-08-28 09:25:40 +0100 |
commit | 36e959a46697afaa674ffa0dd21e026245a71d35 (patch) | |
tree | 764db8ff320f7763ae4560f5ebbf5fccc94802b3 /doc | |
parent | 47fdc02fc724ee3a707715116cba2376d49fe3d3 (diff) | |
download | ale-36e959a46697afaa674ffa0dd21e026245a71d35.zip |
Add sql-lint to supported tools
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-sql.txt | 2 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/ale-sql.txt b/doc/ale-sql.txt index 2807271b..398e24d3 100644 --- a/doc/ale-sql.txt +++ b/doc/ale-sql.txt @@ -3,7 +3,7 @@ ALE SQL Integration *ale-sql-options* =============================================================================== -pgformatter *ale-sql-pgformatter* +pgformatter *ale-sql-pgformatter* g:ale_sql_pgformatter_executable *g:ale_sql_pgformatter_executable* *b:ale_sql_pgformatter_executable* diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 85ea5d43..c6bcf421 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -449,6 +449,7 @@ Notes: * `sqlfmt` * `sqlformat` * `sqlint` + * `sql-lint` * Stylus * `stylelint` * SugarSS |