mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 03:04:13 +00:00
vim-patch:9.1.0735: filetype: salt files are not recognized
Problem: filetype: salt files are not recognized
Solution: Detect '*.sls' files as filetype salt,
include a syntax script (Gregory Anders)
closes: vim/vim#15689
89b9bb4ac8
Co-authored-by: Gregory Anders <greg@gpanders.com>
This commit is contained in:
@@ -1024,6 +1024,7 @@ local extension = {
|
||||
rake = 'ruby',
|
||||
rs = 'rust',
|
||||
sage = 'sage',
|
||||
sls = 'salt',
|
||||
sas = 'sas',
|
||||
sass = 'sass',
|
||||
sa = 'sather',
|
||||
|
||||
Reference in New Issue
Block a user