1
0
forked from aniani/vim

patch 8.2.3285: scdoc filetype is not recognized

Problem:    Scdoc filetype is not recognized.
Solution:   Add filetype detection. (Gregory Anders, closes #8701)
This commit is contained in:
Gregory Anders
2021-08-04 20:00:27 +02:00
committed by Bram Moolenaar
parent 80d7395dcf
commit dd097bdc13
3 changed files with 6 additions and 0 deletions

View File

@@ -1526,6 +1526,9 @@ au BufNewFile,BufRead *.sbt setf sbt
" Scilab
au BufNewFile,BufRead *.sci,*.sce setf scilab
" scdoc
au BufNewFile,BufRead *.scd setf scdoc
" SCSS
au BufNewFile,BufRead *.scss setf scss