comparison src/testdir/test_filetype.vim @ 23960:dbc6c893a67a v8.2.2522

patch 8.2.2522: Beancount filetype not recognized Commit: https://github.com/vim/vim/commit/9bbd883b3528b37dcacad22ad58861105a9ae428 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 17 12:25:49 2021 +0100 patch 8.2.2522: Beancount filetype not recognized Problem: Beancount filetype not recognized. Solution: Add a detection rule. (Brian Ryall, closes https://github.com/vim/vim/issues/7859)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Feb 2021 12:30:04 +0100
parents 002fd1de0968
children 436e702af70c
comparison
equal deleted inserted replaced
23959:23cc161f0814 23960:dbc6c893a67a
77 \ 'awk': ['file.awk', 'file.gawk'], 77 \ 'awk': ['file.awk', 'file.gawk'],
78 \ 'b': ['file.mch', 'file.ref', 'file.imp'], 78 \ 'b': ['file.mch', 'file.ref', 'file.imp'],
79 \ 'bzl': ['file.bazel', 'file.bzl', 'WORKSPACE'], 79 \ 'bzl': ['file.bazel', 'file.bzl', 'WORKSPACE'],
80 \ 'bc': ['file.bc'], 80 \ 'bc': ['file.bc'],
81 \ 'bdf': ['file.bdf'], 81 \ 'bdf': ['file.bdf'],
82 \ 'beancount': ['file.beancount'],
82 \ 'bib': ['file.bib'], 83 \ 'bib': ['file.bib'],
83 \ 'bindzone': ['named.root', '/bind/db.file', '/named/db.file', 'any/bind/db.file', 'any/named/db.file'], 84 \ 'bindzone': ['named.root', '/bind/db.file', '/named/db.file', 'any/bind/db.file', 'any/named/db.file'],
84 \ 'blank': ['file.bl'], 85 \ 'blank': ['file.bl'],
85 \ 'bsdl': ['file.bsd', 'file.bsdl', 'bsd', 'some-bsd'], 86 \ 'bsdl': ['file.bsd', 'file.bsdl', 'bsd', 'some-bsd'],
86 \ 'bst': ['file.bst'], 87 \ 'bst': ['file.bst'],