1
0
forked from aniani/vim

patch 9.0.0497: LyRiCs files are not recognized

Problem:    LyRiCs files are not recognized.
Solution:   Add a pattern to detect LyRiCs files. (closes #11155)
This commit is contained in:
ObserverOfTime
2022-09-18 12:46:22 +01:00
committed by Bram Moolenaar
parent 27b53be3a6
commit 65ee49decf
3 changed files with 6 additions and 0 deletions

View File

@@ -448,6 +448,9 @@ endif
" Lynx config files
au BufNewFile,BufRead lynx.cfg setf lynx
" LyRiCs
au BufNewFile,BufRead *.lrc setf lyrics
" Modula-3 configuration language (must be before *.cfg and *makefile)
au BufNewFile,BufRead *.quake,cm3.cfg setf m3quake
au BufNewFile,BufRead m3makefile,m3overrides setf m3build