summaryrefslogtreecommitdiffstats
path: root/runtime/doc/filetype.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-09-03 19:21:36 +0200
committerBram Moolenaar <Bram@vim.org>2021-09-03 19:21:36 +0200
commitdeba5eb195d6ac70171d4973091fa884809fa3fa (patch)
treefa8ac070928827ae49d82f6132e027a643868def /runtime/doc/filetype.txt
parentaf631f61bc42d0dddafe1bc0c06872cf3aaeb239 (diff)
patch 8.2.3399: Octave files are not recognizedv8.2.3399
Problem: Octave files are not recognized. Solution: Detect Octave files. (Doug Kearns)
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 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|