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:
committed by
Bram Moolenaar
parent
b8ef029ee4
commit
1505bef5c4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user