From deba5eb195d6ac70171d4973091fa884809fa3fa Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 3 Sep 2021 19:21:36 +0200 Subject: patch 8.2.3399: Octave files are not recognized Problem: Octave files are not recognized. Solution: Detect Octave files. (Doug Kearns) --- 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 8295d67780..75e967920f 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -146,6 +146,7 @@ can be used to overrule the filetype used for certain extensions: *.inc g:filetype_inc *.w g:filetype_w |ft-cweb-syntax| *.i g:filetype_i |ft-progress-syntax| + *.m g:filetype_m |ft-mathematica-syntax| *.p g:filetype_p |ft-pascal-syntax| *.pp g:filetype_pp |ft-pascal-syntax| *.sh g:bash_is_sh |ft-sh-syntax| -- cgit v1.2.3