comparison src/testdir/test_filetype.vim @ 21483:de74d764d36c v8.2.1292

patch 8.2.1292: AIDL filetype not recognized Commit: https://github.com/vim/vim/commit/2afc3b4f776a4fe2bb22d0a79e77012d79b4ec1e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 25 16:53:12 2020 +0200 patch 8.2.1292: AIDL filetype not recognized Problem: AIDL filetype not recognized. Solution: Add filetype detection. (Dominique Pell?, closes https://github.com/vim/vim/issues/6533)
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Jul 2020 17:00:04 +0200
parents 2b07e2e7d95b
children 40dca24258ff
comparison
equal deleted inserted replaced
21482:f15b6aaa0011 21483:de74d764d36c
52 \ 'abc': ['file.abc'], 52 \ 'abc': ['file.abc'],
53 \ 'abel': ['file.abl'], 53 \ 'abel': ['file.abl'],
54 \ 'acedb': ['file.wrm'], 54 \ 'acedb': ['file.wrm'],
55 \ 'ada': ['file.adb', 'file.ads', 'file.ada', 'file.gpr'], 55 \ 'ada': ['file.adb', 'file.ads', 'file.ada', 'file.gpr'],
56 \ 'ahdl': ['file.tdf'], 56 \ 'ahdl': ['file.tdf'],
57 \ 'aidl': ['file.aidl'],
57 \ 'alsaconf': ['.asoundrc', '/usr/share/alsa/alsa.conf', '/etc/asound.conf'], 58 \ 'alsaconf': ['.asoundrc', '/usr/share/alsa/alsa.conf', '/etc/asound.conf'],
58 \ 'aml': ['file.aml'], 59 \ 'aml': ['file.aml'],
59 \ 'ampl': ['file.run'], 60 \ 'ampl': ['file.run'],
60 \ 'ant': ['build.xml'], 61 \ 'ant': ['build.xml'],
61 \ 'apache': ['.htaccess', '/etc/httpd/file.conf', '/etc/apache2/sites-2/file.com', '/etc/apache2/some.config', '/etc/apache2/conf.file/conf', '/etc/apache2/mods-some/file', '/etc/apache2/sites-some/file', '/etc/httpd/conf.d/file.config'], 62 \ 'apache': ['.htaccess', '/etc/httpd/file.conf', '/etc/apache2/sites-2/file.com', '/etc/apache2/some.config', '/etc/apache2/conf.file/conf', '/etc/apache2/mods-some/file', '/etc/apache2/sites-some/file', '/etc/httpd/conf.d/file.config'],