0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 9.0.1281: Cadence files are not recognized

Problem:    Cadence files are not recognized.
Solution:   Recognize Cadence files. (Janez Podhostnik, closes #11951)
This commit is contained in:
Janez Podhostnik
2023-02-05 13:01:40 +00:00
committed by Bram Moolenaar
parent 7a1bdaecf2
commit cb626a4692
3 changed files with 6 additions and 0 deletions

View File

@@ -1911,6 +1911,9 @@ au BufNewFile,BufRead *.sst.meta,*.-sst.meta,*._sst.meta setf sisu
" SKILL
au BufNewFile,BufRead *.il,*.ils,*.cdf setf skill
" Cadence
au BufNewFile,BufRead *.cdc setf cdc
" SLRN
au BufNewFile,BufRead .slrnrc setf slrnrc
au BufNewFile,BufRead *.score setf slrnsc