An open API service indexing awesome lists of open source software.

https://github.com/peterhoeg/vim-qml

QML syntax highlighting for VIM
https://github.com/peterhoeg/vim-qml

Last synced: 7 months ago
JSON representation

QML syntax highlighting for VIM

Awesome Lists containing this project

README

          

# 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