comparison runtime/filetype.vim @ 25497:2246bcbeff89 v8.2.3285

patch 8.2.3285: scdoc filetype is not recognized Commit: https://github.com/vim/vim/commit/dd097bdc1376e4ca2cfd4a4d64021b6ba0df4bed Author: Gregory Anders <greg@gpanders.com> Date: Wed Aug 4 20:00:27 2021 +0200 patch 8.2.3285: scdoc filetype is not recognized Problem: Scdoc filetype is not recognized. Solution: Add filetype detection. (Gregory Anders, closes https://github.com/vim/vim/issues/8701)
author Bram Moolenaar <Bram@vim.org>
date Wed, 04 Aug 2021 20:15:03 +0200
parents 224c96c497d3
children 59a1c9a2ca2e
comparison
equal deleted inserted replaced
25496:3fd9892abbcb 25497:2246bcbeff89
1524 au BufNewFile,BufRead *.sbt setf sbt 1524 au BufNewFile,BufRead *.sbt setf sbt
1525 1525
1526 " Scilab 1526 " Scilab
1527 au BufNewFile,BufRead *.sci,*.sce setf scilab 1527 au BufNewFile,BufRead *.sci,*.sce setf scilab
1528 1528
1529 " scdoc
1530 au BufNewFile,BufRead *.scd setf scdoc
1531
1529 " SCSS 1532 " SCSS
1530 au BufNewFile,BufRead *.scss setf scss 1533 au BufNewFile,BufRead *.scss setf scss
1531 1534
1532 " SD: Streaming Descriptors 1535 " SD: Streaming Descriptors
1533 au BufNewFile,BufRead *.sd setf sd 1536 au BufNewFile,BufRead *.sd setf sd