diff options
author | Christian Clason <christian.clason@uni-due.de> | 2021-09-10 14:01:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 14:01:13 +0200 |
commit | aab3583e74fa3fd295bd367113be60965c748205 (patch) | |
tree | 88b33978cb29ca7ca1b4b5c45208cd32b974115a /runtime/doc | |
parent | 185ed18e6cc9113ef257e5491ada657a769a9d04 (diff) | |
download | rneovim-aab3583e74fa3fd295bd367113be60965c748205.tar.gz rneovim-aab3583e74fa3fd295bd367113be60965c748205.tar.bz2 rneovim-aab3583e74fa3fd295bd367113be60965c748205.zip |
vim-patch:8.2.3399: Octave files are not recognized (#15622)
Problem: Octave files are not recognized.
Solution: Detect Octave files. (Doug Kearns)
https://github.com/vim/vim/commit/deba5eb195d6ac70171d4973091fa884809fa3fa
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/filetype.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 894d1627ab..4d0fdd71cc 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -135,6 +135,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| |