diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2017-12-01 18:36:44 +0100 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-12-01 17:36:44 +0000 |
commit | 51b127a4fd8e581ab0592874db584facb70e9f79 (patch) | |
tree | ce44fd01ca3448d911a52c31164b20f93bf28158 /doc | |
parent | 6053f764bd6f7707af0be0f0520a691571de5705 (diff) | |
download | ale-51b127a4fd8e581ab0592874db584facb70e9f79.zip |
Add glslls (#1179)
* Add glslls-based LSP linter
* Make logfile configureable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-glsl.txt | 20 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 22 insertions, 1 deletions
diff --git a/doc/ale-glsl.txt b/doc/ale-glsl.txt index fbadf03c..257de751 100644 --- a/doc/ale-glsl.txt +++ b/doc/ale-glsl.txt @@ -33,4 +33,24 @@ g:ale_glsl_glslang_options *g:ale_glsl_glslang_options* =============================================================================== +glslls *ale-glsl-glslls* + +g:ale_glsl_glslls_executable *g:ale_glsl_glslls_executable* + *b:ale_glsl_glslls_executable* + Type: |String| + Default: `'glslls'` + + This variable can be changed to change the path to glslls. + See |ale-integrations-local-executables| + +g:ale_glsl_glslls_logfile *g:ale_glsl_glslls_logfile* + *b:ale_glsl_glslls_logfile* + Type: |String| + Default: `''` + + Setting this variable to a writeable file path will enable logging to that + file. + + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index d39a5c65..1106946b 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -70,6 +70,7 @@ CONTENTS *ale-contents* fusion-lint.........................|ale-fuse-fusionlint| glsl..................................|ale-glsl-options| glslang.............................|ale-glsl-glslang| + glslls..............................|ale-glsl-glslls| go....................................|ale-go-options| gofmt...............................|ale-go-gofmt| gometalinter........................|ale-go-gometalinter| @@ -295,7 +296,7 @@ Notes: * Erlang: `erlc`, `SyntaxErl` * Fortran: `gcc` * FusionScript: `fusion-lint` -* GLSL: glslang +* GLSL: glslang, `glslls` * Go: `gofmt`, `goimports`, `go vet`, `golint`, `gometalinter`!!, `go build`!!, `gosimple`!!, `staticcheck`!! * GraphQL: `eslint`, `gqlint` * Haml: `haml-lint` |