1
0
forked from aniani/vim

patch 9.0.1408: QMLdir files are not recognized

Problem:    QMLdir files are not recognized.
Solution:   Add a pattern for QMLdir files. (Amaan Qureshi, closes #12161)
This commit is contained in:
Amaan Qureshi
2023-03-16 19:30:44 +00:00
committed by Bram Moolenaar
parent b8ef029ee4
commit 1505bef5c4
3 changed files with 6 additions and 0 deletions

View File

@@ -1649,6 +1649,9 @@ au BufNewFile,BufRead *.ptl,*.pyi,SConstruct setf python
" QL
au BufRead,BufNewFile *.ql,*.qll setf ql
" QMLdir
au BufRead,BufNewFile qmldir setf qmldir
" Quarto
au BufRead,BufNewFile *.qmd setf quarto