aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/qmlls.lua
blob: 22e7a07b32e2ed97b36bd9c481d542f1e007b28f (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' },
}