]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - ftdetect/tcl.vim
shell: set GOTOOLCHAIN=local
[config/dotfiles.git] / ftdetect / tcl.vim
1 " Vim filetype detection file
2 " Language:     Tcl
3 " Maintainer:   Simon Ruderich <simon@ruderich.org>
4 " Last Change:  2008-05-28
5
6
7 " Recognize .test as Tcl files.
8 autocmd BufRead,BufNewFile *.test set filetype=tcl