summaryrefslogtreecommitdiff
path: root/ale_linters/glsl/glslls.vim
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-07-04 13:12:58 +0100
committerw0rp <devw0rp@gmail.com>2018-07-04 13:12:58 +0100
commit9ddf1b6a050bea6706bd51f2fd5f252c735bc1cc (patch)
treeae6333b5562cc8a51271ae1b3d58bda749a580bd /ale_linters/glsl/glslls.vim
parent00a385930476a8244f7099345448d0afcac0ac31 (diff)
downloadale-9ddf1b6a050bea6706bd51f2fd5f252c735bc1cc.zip
Make the language option for LSP linters optional
Diffstat (limited to 'ale_linters/glsl/glslls.vim')
-rw-r--r--ale_linters/glsl/glslls.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/ale_linters/glsl/glslls.vim b/ale_linters/glsl/glslls.vim
index c19f28c2..77e30f9c 100644
--- a/ale_linters/glsl/glslls.vim
+++ b/ale_linters/glsl/glslls.vim
@@ -29,6 +29,5 @@ call ale#linter#Define('glsl', {
\ 'lsp': 'stdio',
\ 'executable_callback': 'ale_linters#glsl#glslls#GetExecutable',
\ 'command_callback': 'ale_linters#glsl#glslls#GetCommand',
-\ 'language': 'glsl',
\ 'project_root_callback': 'ale_linters#glsl#glslls#GetProjectRoot',
\})