comparison src/testdir/test_filetype.vim @ 22353:889143dbe2cd v8.2.1725

patch 8.2.1725: not all Pascal files are recognized Commit: https://github.com/vim/vim/commit/44aaf5416e0121500dd52b7cab306d7618b4fe53 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 22 19:15:31 2020 +0200 patch 8.2.1725: not all Pascal files are recognized Problem: Not all Pascal files are recognized. Solution: Add filetype patterns. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Sep 2020 19:30:04 +0200
parents cdf95988615a
children 89566aaebfb2
comparison
equal deleted inserted replaced
22352:5ebbe238e6d9 22353:889143dbe2cd
325 \ 'openroad': ['file.or'], 325 \ 'openroad': ['file.or'],
326 \ 'ora': ['file.ora'], 326 \ 'ora': ['file.ora'],
327 \ 'pamconf': ['/etc/pam.conf'], 327 \ 'pamconf': ['/etc/pam.conf'],
328 \ 'pamenv': ['/etc/security/pam_env.conf', '/home/user/.pam_environment'], 328 \ 'pamenv': ['/etc/security/pam_env.conf', '/home/user/.pam_environment'],
329 \ 'papp': ['file.papp', 'file.pxml', 'file.pxsl'], 329 \ 'papp': ['file.papp', 'file.pxml', 'file.pxsl'],
330 \ 'pascal': ['file.pas', 'file.dpr'], 330 \ 'pascal': ['file.pas', 'file.pp', 'file.dpr', 'file.lpr'],
331 \ 'passwd': ['any/etc/passwd', 'any/etc/passwd-', 'any/etc/passwd.edit', 'any/etc/shadow', 'any/etc/shadow-', 'any/etc/shadow.edit', 'any/var/backups/passwd.bak', 'any/var/backups/shadow.bak'], 331 \ 'passwd': ['any/etc/passwd', 'any/etc/passwd-', 'any/etc/passwd.edit', 'any/etc/shadow', 'any/etc/shadow-', 'any/etc/shadow.edit', 'any/var/backups/passwd.bak', 'any/var/backups/shadow.bak'],
332 \ 'pccts': ['file.g'], 332 \ 'pccts': ['file.g'],
333 \ 'pdf': ['file.pdf'], 333 \ 'pdf': ['file.pdf'],
334 \ 'perl': ['file.plx', 'file.al', 'file.psgi', 'gitolite.rc', '.gitolite.rc', 'example.gitolite.rc'], 334 \ 'perl': ['file.plx', 'file.al', 'file.psgi', 'gitolite.rc', '.gitolite.rc', 'example.gitolite.rc'],
335 \ 'perl6': ['file.p6', 'file.pm6', 'file.pl6', 'file.raku', 'file.rakumod'], 335 \ 'perl6': ['file.p6', 'file.pm6', 'file.pl6', 'file.raku', 'file.rakumod'],
454 \ 'tex': ['file.latex', 'file.sty', 'file.dtx', 'file.ltx', 'file.bbl'], 454 \ 'tex': ['file.latex', 'file.sty', 'file.dtx', 'file.ltx', 'file.bbl'],
455 \ 'texinfo': ['file.texinfo', 'file.texi', 'file.txi'], 455 \ 'texinfo': ['file.texinfo', 'file.texi', 'file.txi'],
456 \ 'texmf': ['texmf.cnf'], 456 \ 'texmf': ['texmf.cnf'],
457 \ 'text': ['file.text', 'README'], 457 \ 'text': ['file.text', 'README'],
458 \ 'tf': ['file.tf', '.tfrc', 'tfrc'], 458 \ 'tf': ['file.tf', '.tfrc', 'tfrc'],
459 \ 'tidy': ['.tidyrc', 'tidyrc'], 459 \ 'tidy': ['.tidyrc', 'tidyrc', 'tidy.conf'],
460 \ 'tilde': ['file.t.html'], 460 \ 'tilde': ['file.t.html'],
461 \ 'tli': ['file.tli'], 461 \ 'tli': ['file.tli'],
462 \ 'tmux': ['tmuxfile.conf', '.tmuxfile.conf'], 462 \ 'tmux': ['tmuxfile.conf', '.tmuxfile.conf'],
463 \ 'tpp': ['file.tpp'], 463 \ 'tpp': ['file.tpp'],
464 \ 'treetop': ['file.treetop'], 464 \ 'treetop': ['file.treetop'],