aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorGregory Anders <greg@gpanders.com>2021-08-08 16:27:34 -0600
committerGitHub <noreply@github.com>2021-08-08 18:27:34 -0400
commit68f61b167e71ca8dd42157b10b3096571c06f39d (patch)
treee475f0395967c04cc34b274b89c17a34b813fee3 /runtime
parentcdbd54972bb96fa8288301a528b02254fd0b4261 (diff)
downloadrneovim-68f61b167e71ca8dd42157b10b3096571c06f39d.tar.gz
rneovim-68f61b167e71ca8dd42157b10b3096571c06f39d.tar.bz2
rneovim-68f61b167e71ca8dd42157b10b3096571c06f39d.zip
vim-patch:8.2.3285: scdoc filetype is not recognized (#15294)
Problem: Scdoc filetype is not recognized. Solution: Add filetype detection. (Gregory Anders, closes vim/vim#8701) https://github.com/vim/vim/commit/dd097bdc1376e4ca2cfd4a4d64021b6ba0df4bed
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 40d7e8be08..f012c7cb4b 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1519,6 +1519,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