]> granicus.if.org Git - vim/commit
patch 9.0.1268: .clangd and .stylelintrc files don't get a filetype v9.0.1268
authorMark Skelton <mdskelton99@gmail.com>
Tue, 31 Jan 2023 18:57:17 +0000 (18:57 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 31 Jan 2023 18:57:17 +0000 (18:57 +0000)
commit9c51798a1f3b79ace5ae0551a8bb122025ac94ed
treea3ed359424c2c43b439b359396574ed134d7b2dc
parentd6e4c75af2d6435794f1a9259141d6d7c1923b4c
patch 9.0.1268: .clangd and .stylelintrc files don't get a filetype

Problem:    .clangd and .stylelintrc files don't get a filetype.
Solution:   Use yaml for .clangd and json for .stylelintrc files. (Mark
            Skelton, closes #11916)
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c