diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-08-21 09:46:44 +0900 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2023-08-21 10:13:44 +0900 |
commit | a5b6468e9bc19d3e01846c9a6a47a766b8b81a5a (patch) | |
tree | ee885230654891479e17d06859ee61af3d68ce20 /test/old/testdir | |
parent | a2a226170d178086592967f23c39112811178f0c (diff) | |
download | rneovim-a5b6468e9bc19d3e01846c9a6a47a766b8b81a5a.tar.gz rneovim-a5b6468e9bc19d3e01846c9a6a47a766b8b81a5a.tar.bz2 rneovim-a5b6468e9bc19d3e01846c9a6a47a766b8b81a5a.zip |
vim-patch:9.0.1766: Runtime: Missing QML support
Problem: Runtime: Missing QML support
Solution: Add QML support to Vim
closes: vim/vim#12810
https://github.com/vim/vim/commit/bedc69f9d67b117ab05aa735c701cd3899d1ae2d
Co-authored-by: ChaseKnowlden <haroldknowlden@gmail.com>
Diffstat (limited to 'test/old/testdir')
-rw-r--r-- | test/old/testdir/test_filetype.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/old/testdir/test_filetype.vim b/test/old/testdir/test_filetype.vim index f1d08e3d99..90bf302937 100644 --- a/test/old/testdir/test_filetype.vim +++ b/test/old/testdir/test_filetype.vim @@ -511,6 +511,7 @@ func s:GetFilenameChecks() abort \ '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'], |