aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/qmlls.lua
blob: 23e3d4a187c12d05c013a05552f620194c9c4369 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---@brief
---
---https://doc.qt.io/qt-6/qtqml-tooling-qmlls.html
--
-- > QML Language Server is a tool shipped with Qt that helps you write code in your favorite (LSP-supporting) editor.
--
-- Source in the [QtDeclarative repository](https://code.qt.io/cgit/qt/qtdeclarative.git/)
return {
  cmd = { 'qmlls' },
  filetypes = { 'qml', 'qmljs' },
  root_markers = { '.git' },
}