mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 07:41:27 +00:00
vim-patch:9.0.1766: Runtime: Missing QML support
Problem: Runtime: Missing QML support
Solution: Add QML support to Vim
closes: vim/vim#12810
bedc69f9d6
Co-authored-by: ChaseKnowlden <haroldknowlden@gmail.com>
This commit is contained in:
@@ -800,6 +800,8 @@ local extension = {
|
||||
ptl = 'python',
|
||||
ql = 'ql',
|
||||
qll = 'ql',
|
||||
qml = 'qml',
|
||||
qbs = 'qml',
|
||||
qmd = 'quarto',
|
||||
R = detect.r,
|
||||
rkt = 'racket',
|
||||
|
||||
Reference in New Issue
Block a user