Skip to content

Commit

Permalink
fix(glslls): add other common file types
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSunnyMonster committed Oct 15, 2023
1 parent 8d2c360 commit fcdc2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/glslls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local util = require 'lspconfig.util'
return {
default_config = {
cmd = { 'glslls', '--stdin' },
filetypes = { 'glsl' },
filetypes = { 'glsl', 'vert', 'tesc', 'tese', 'frag', 'geom', 'comp' },
root_dir = util.find_git_ancestor,
single_file_support = true,
capabilities = {
Expand Down

0 comments on commit fcdc2f5

Please sign in to comment.