summaryrefslogtreecommitdiff
path: root/ale_linters/glsl
diff options
context:
space:
mode:
Diffstat (limited to 'ale_linters/glsl')
-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',
\})