mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
7 lines
114 B
VimL
7 lines
114 B
VimL
|
|
au BufNewFile,BufRead *
|
|
\ if (getline(1) =~? "^#%Module") |
|
|
\ set filetype=modulefile |
|
|
\ endif
|
|
|