vim: Set filetype for .vpy files
This commit is contained in:
parent
16db6f5a7c
commit
27f79cae91
|
@ -1,5 +1,6 @@
|
|||
" Set unknown filetypes
|
||||
au BufRead,BufNewFile *.scad setfiletype openscad
|
||||
au BufRead,BufNewFile *.scad setfiletype openscad
|
||||
au BufRead,BufNewFile *.vpy setfiletype python
|
||||
|
||||
" Set properties
|
||||
autocmd Filetype arduino setlocal ts=2 sw=2 sts=2 expandtab
|
||||
|
|
Reference in a new issue