aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/filetype.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-06-20 17:45:41 +0800
committerGitHub <noreply@github.com>2024-06-20 17:45:41 +0800
commitaf0021f990bfd9681e8889ef217d26a89fadf5f0 (patch)
tree3d77149629ab08190c69eaa09317bde50733ffa3 /runtime/doc/filetype.txt
parentac6f0c02cf31a5e6a426db0b4044c4a5d86f67a1 (diff)
downloadrneovim-af0021f990bfd9681e8889ef217d26a89fadf5f0.tar.gz
rneovim-af0021f990bfd9681e8889ef217d26a89fadf5f0.tar.bz2
rneovim-af0021f990bfd9681e8889ef217d26a89fadf5f0.zip
vim-patch:9.1.0505: filetype: Faust files are not recognized (#29426)
Problem: filetype: Faust files are not recognized Solution: Detect '*.lib' files as Faust filetype, add detection for '*.dsp' files (Faust or Make), remove '*.lib' from Cobol filetype (PowerUser64) closes: vim/vim#14894 https://github.com/vim/vim/commit/aa61b8a9087e9cd999ef07e0d87b60f43d68f2c6 Co-authored-by: PowerUser64 <blake@blakenorth.net>
Diffstat (limited to 'runtime/doc/filetype.txt')
-rw-r--r--runtime/doc/filetype.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt
index eddf14014a..70bbd02790 100644
--- a/runtime/doc/filetype.txt
+++ b/runtime/doc/filetype.txt
@@ -147,6 +147,7 @@ variables can be used to overrule the filetype used for certain extensions:
`*.csh` g:filetype_csh |ft-csh-syntax|
`*.dat` g:filetype_dat
`*.def` g:filetype_def
+ `*.dsp` g:filetype_dsp
`*.f` g:filetype_f |ft-forth-syntax|
`*.frm` g:filetype_frm |ft-form-syntax|
`*.fs` g:filetype_fs |ft-forth-syntax|