comparison src/testdir/test_filetype.vim @ 30349:37a251ba4cf4 v9.0.0510

patch 9.0.0510: Chatito files are not recognized Commit: https://github.com/vim/vim/commit/7c046ae99ba85a4fdf1a546157e2ed6f12b79ea6 Author: ObserverOfTime <chronobserver@disroot.org> Date: Tue Sep 20 12:02:28 2022 +0100 patch 9.0.0510: Chatito files are not recognized Problem: Chatito files are not recognized. Solution: Add a pattern for Chatito files. (closes https://github.com/vim/vim/issues/11174)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Sep 2022 13:15:02 +0200
parents 2f79b10e82d1
children 6ae54a2f1fa1
comparison
equal deleted inserted replaced
30348:018f5bdd93df 30349:37a251ba4cf4
106 \ 'cfengine': ['cfengine.conf'], 106 \ 'cfengine': ['cfengine.conf'],
107 \ 'cfg': ['file.hgrc', 'filehgrc', 'hgrc', 'some-hgrc'], 107 \ 'cfg': ['file.hgrc', 'filehgrc', 'hgrc', 'some-hgrc'],
108 \ 'ch': ['file.chf'], 108 \ 'ch': ['file.chf'],
109 \ 'chaiscript': ['file.chai'], 109 \ 'chaiscript': ['file.chai'],
110 \ 'chaskell': ['file.chs'], 110 \ 'chaskell': ['file.chs'],
111 \ 'chatito': ['file.chatito'],
111 \ 'chill': ['file..ch'], 112 \ 'chill': ['file..ch'],
112 \ 'chordpro': ['file.chopro', 'file.crd', 'file.cho', 'file.crdpro', 'file.chordpro'], 113 \ 'chordpro': ['file.chopro', 'file.crd', 'file.cho', 'file.crdpro', 'file.chordpro'],
113 \ 'cl': ['file.eni'], 114 \ 'cl': ['file.eni'],
114 \ 'clean': ['file.dcl', 'file.icl'], 115 \ 'clean': ['file.dcl', 'file.icl'],
115 \ 'clojure': ['file.clj', 'file.cljs', 'file.cljx', 'file.cljc'], 116 \ 'clojure': ['file.clj', 'file.cljs', 'file.cljx', 'file.cljc'],