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
- Host: GitHub
- URL: https://github.com/peterhoeg/vim-qml
- Owner: peterhoeg
- Created: 2011-08-26T02:59:14.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T07:45:37.000Z (about 2 years ago)
- Last Synced: 2025-02-05T21:58:07.261Z (10 months ago)
- Language: Vim Script
- Homepage:
- Size: 39.1 KB
- Stars: 152
- Watchers: 9
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-qt-qml - vim-qml - QML syntax highlighting for vim. (Editor Integration)
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