forked from aniani/vim
patch 8.2.3880: Solution filter files are not recognized
Problem: Solution filter files are not recognized. Solution: Add pattern *.slnf and use json. (Doug Kearns)
This commit is contained in:
@@ -1750,6 +1750,7 @@ au BufNewFile,BufRead *.ice setf slice
|
||||
|
||||
" Microsoft Visual Studio Solution
|
||||
au BufNewFile,BufRead *.sln setf solution
|
||||
au BufNewFile,BufRead *.slnf setf json
|
||||
|
||||
" Spice
|
||||
au BufNewFile,BufRead *.sp,*.spice setf spice
|
||||
|
||||
Reference in New Issue
Block a user