Skip to content

Commit

Permalink
fix: update qml filetype same as treesitter (neovim#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers authored Oct 14, 2022
1 parent 9396cba commit 3f0d9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/qml_lsp.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 = { 'qml-lsp' },
filetypes = { 'qml' },
filetypes = { 'qmljs' },
root_dir = util.root_pattern '*.qml',
},
docs = {
Expand Down

0 comments on commit 3f0d9dd

Please sign in to comment.