]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .vim/ftdetect/epicscript.vim
.profile: Update PS1 format to mirror .bashrc
[dotfiles.git] / .vim / ftdetect / epicscript.vim
1 " Set filetype=epicscript for matching *.TXT files
2
3 au! BufRead,BufNewFile *.TXT if getline(1) =~ '^NAME\=' | setfiletype epicscript | endif