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:
committed by
Bram Moolenaar
parent
80d7395dcf
commit
dd097bdc13
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user