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:
Christian Clason
2023-08-21 09:46:44 +09:00
parent a2a226170d
commit a5b6468e9b
5 changed files with 1223 additions and 0 deletions

View File

@@ -800,6 +800,8 @@ local extension = {
ptl = 'python',
ql = 'ql',
qll = 'ql',
qml = 'qml',
qbs = 'qml',
qmd = 'quarto',
R = detect.r,
rkt = 'racket',