diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-03-07 14:43:44 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-03-07 14:43:44 +0100 |
commit | cbcab8684e06379c9f5c51cfc9cac68d8684fe0c (patch) | |
tree | d03b04e9a7f8e3aae70e590953408f90deed077c /filetype.vim | |
parent | 721a7ea65d23e7b149ba73968a1d75727a55b390 (diff) | |
download | vim-cbcab8684e06379c9f5c51cfc9cac68d8684fe0c.zip vim-cbcab8684e06379c9f5c51cfc9cac68d8684fe0c.tar.gz |
move to old
Diffstat (limited to 'filetype.vim')
-rw-r--r-- | filetype.vim | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/filetype.vim b/filetype.vim deleted file mode 100644 index 3ffa3ad..0000000 --- a/filetype.vim +++ /dev/null @@ -1,18 +0,0 @@ -" Clearsilver template -au BufNewFile,BufRead *.cst setf html - -" Clearsilver data -au BufNewFile,BufRead *.hdf setf yaml - -au BufNewFile,BufRead *.tex setf tex - -au BufNewFile,BufRead *.tjp setf tjp -au BufNewFile,BufRead *.tji setf tjp - -au BufRead,BufNewFile *.scala setf scala - -au BufRead,BufNewFile *.eo setf eo -au BufNewFile,BufRead *.edc setf edc - -au BufNewFile,BufRead *.gradle setf groovy - |