" Activates filetype detection
filetype plugin indent on

" Sets .sls files to use YAML syntax highlighting
autocmd BufNewFile,BufRead *.sls set syntax=yaml
