mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 9.0.1766: Runtime: Missing QML support
Problem: Runtime: Missing QML support Solution: Add QML support to Vim closes: #12810 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: ChaseKnowlden <haroldknowlden@gmail.com>
This commit is contained in:
committed by
Christian Brabandt
parent
a055b441f5
commit
bedc69f9d6
@@ -551,6 +551,7 @@ def s:GetFilenameChecks(): dict<list<string>>
|
||||
pyrex: ['file.pyx', 'file.pxd'],
|
||||
python: ['file.py', 'file.pyw', '.pythonstartup', '.pythonrc', 'file.ptl', 'file.pyi', 'SConstruct'],
|
||||
ql: ['file.ql', 'file.qll'],
|
||||
qml: ['file.qml', 'file.qbs'],
|
||||
qmldir: ['qmldir'],
|
||||
quake: ['anybaseq2/file.cfg', 'anyid1/file.cfg', 'quake3/file.cfg', 'baseq2/file.cfg', 'id1/file.cfg', 'quake1/file.cfg', 'some-baseq2/file.cfg', 'some-id1/file.cfg', 'some-quake1/file.cfg'],
|
||||
quarto: ['file.qmd'],
|
||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1766,
|
||||
/**/
|
||||
1765,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user