mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
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 vim/vim#12161)
1505bef5c4
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
@@ -1593,6 +1593,7 @@ local filename = {
|
||||
['.pythonstartup'] = 'python',
|
||||
['.pythonrc'] = 'python',
|
||||
SConstruct = 'python',
|
||||
qmldir = 'qmldir',
|
||||
['.Rprofile'] = 'r',
|
||||
['Rprofile'] = 'r',
|
||||
['Rprofile.site'] = 'r',
|
||||
|
||||
Reference in New Issue
Block a user