Skip to content

Commit

Permalink
feat: Rename shaderlab section to shaderls
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Aug 24, 2023
1 parent 01fce85 commit b268edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-shader.el
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Will update if UPDATE? is t"
(list "shader-ls" "--stdio")))

(lsp-register-custom-settings
`(("ShaderLab.CompletionWord" lsp-shader-completion-word)))
`(("ShaderLS.CompletionWord" lsp-shader-completion-word)))

(lsp-register-client
(make-lsp-client
Expand Down

0 comments on commit b268edb

Please sign in to comment.