From aa61b8a9087e9cd999ef07e0d87b60f43d68f2c6 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Wed, 19 Jun 2024 20:32:11 +0200 Subject: patch 9.1.0505: filetype: Faust files are not recognized 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: #14894 Signed-off-by: PowerUser64 Signed-off-by: Christian Brabandt --- runtime/doc/filetype.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/filetype.txt') diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 927b75c3a8..910731aff3 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -149,6 +149,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| -- cgit v1.2.3