set filetype for sls files
This commit is contained in:
parent
a751f7e85f
commit
72a86f1588
1 changed files with 1 additions and 1 deletions
|
@ -77,5 +77,5 @@ vim.opt.shiftwidth = 4 -- width for autoindents
|
|||
vim.cmd [[
|
||||
highlight clear
|
||||
colorscheme gruvbox
|
||||
autocmd BufNewFile,BufRead *.sls set syntax=yaml.jinja2
|
||||
autocmd BufNewFile,BufRead *.sls set filetype=yaml.jinja2
|
||||
]]
|
||||
|
|
Loading…
Reference in a new issue