1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:00:05 +08:00
SpaceVim/bundle/vim-qml
2024-06-30 22:55:11 +08:00
..
bin feat(qml): add lang#qml layer 2024-06-30 22:55:11 +08:00
ftdetect feat(qml): add lang#qml layer 2024-06-30 22:55:11 +08:00
ftplugin feat(qml): add lang#qml layer 2024-06-30 22:55:11 +08:00
indent feat(qml): add lang#qml layer 2024-06-30 22:55:11 +08:00
syntax feat(qml): add lang#qml layer 2024-06-30 22:55:11 +08:00
CONTRIBUTORS.md feat(qml): add lang#qml layer 2024-06-30 22:55:11 +08:00
README.md feat(qml): add lang#qml layer 2024-06-30 22:55:11 +08:00

QML syntax file for VIM

vim has support for QML as of 2023-08-20 and neovim as of 2023-08-21.

I strongly suggest using the upstream support if at all possible.

I will leave this repository up for people who cannot use the support from upstream, but I will archive it sometime during 2024.

Notes

I take absolutely no credit for this - all I did was write the ftdetect line and package it.

The actual syntax highlight file was done by Warwick Allison and subsequent work by the contributors without whom this would not be possible.

Use one of the excellent bundle managers or add it as a submodule under your bundle directory.

Enjoy, Peter Hoeg