diff options
author | w0rp <devw0rp@gmail.com> | 2018-07-04 13:12:58 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2018-07-04 13:12:58 +0100 |
commit | 9ddf1b6a050bea6706bd51f2fd5f252c735bc1cc (patch) | |
tree | ae6333b5562cc8a51271ae1b3d58bda749a580bd /ale_linters/glsl/glslls.vim | |
parent | 00a385930476a8244f7099345448d0afcac0ac31 (diff) | |
download | ale-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.vim | 1 |
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', \}) |