mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 04:50:04 +08:00
22 lines
801 B
Markdown
22 lines
801 B
Markdown
|
# QML syntax file for VIM
|
||
|
|
||
|
vim has support for QML as of
|
||
|
[2023-08-20](https://github.com/vim/vim/commit/bedc69f9d67b117ab05aa735c701cd3899d1ae2d) and neovim
|
||
|
as of [2023-08-21](https://github.com/neovim/neovim/pull/24812).
|
||
|
|
||
|
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](./CONTRIBUTORS.md) 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
|