summaryrefslogtreecommitdiff
path: root/doc/ale-glsl.txt
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2017-12-01 18:36:44 +0100
committerw0rp <w0rp@users.noreply.github.com>2017-12-01 17:36:44 +0000
commit51b127a4fd8e581ab0592874db584facb70e9f79 (patch)
treece44fd01ca3448d911a52c31164b20f93bf28158 /doc/ale-glsl.txt
parent6053f764bd6f7707af0be0f0520a691571de5705 (diff)
downloadale-51b127a4fd8e581ab0592874db584facb70e9f79.zip
Add glslls (#1179)
* Add glslls-based LSP linter * Make logfile configureable
Diffstat (limited to 'doc/ale-glsl.txt')
-rw-r--r--doc/ale-glsl.txt20
1 files changed, 20 insertions, 0 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: