summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 7c4d109ffb..cbd677ceff 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -409,6 +409,9 @@ au BufNewFile,BufRead .clang-format setf yaml
" Clang-tidy
au BufNewFile,BufRead .clang-tidy setf yaml
+" Matplotlib style
+au BufNewFile,BufRead *.mplstyle setf yaml
+
" Clean
au BufNewFile,BufRead *.dcl,*.icl setf clean