跳到主要内容
版本:1.3

QML

Install Syntax Highlighting

There is no official Treesitter support for QML, so instead you could use the plugin:

{
"peterhoeg/vim-qml",
event = "BufRead",
ft = { "qml" },
},

Supported language servers

Currently QML does not have an official LSP, but its development is currently in progress.

Supported formatters

  • qmlformat

Supported linters

  • qmllint

See also