vim-patch:9.2.1035: filetype: Github citation files are not recognized (#41643)

Problem:  filetype: Github citation files are not recognized
Solution: Detect *.cff files as yaml filetype (Wu Zhenyu).

Reference:
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files

closes: vim/vim#21163

05de894401

Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
This commit is contained in:
zeertzjq
2026-09-03 11:07:12 +08:00
committed by GitHub
parent aff123a5d4
commit 7645d7e232
2 changed files with 2 additions and 1 deletions

View File

@@ -1492,6 +1492,7 @@ local extension = {
yy = 'yacc',
['y++'] = 'yacc',
yxx = 'yacc',
cff = 'yaml',
yml = 'yaml',
yaml = 'yaml',
eyaml = 'yaml',