Adding upstream version 2:9.1.1230.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
95f88d82e6
commit
0985b09abd
6270 changed files with 2000183 additions and 0 deletions
16
runtime/syntax/salt.vim
Normal file
16
runtime/syntax/salt.vim
Normal file
|
@ -0,0 +1,16 @@
|
|||
" Vim syntax file
|
||||
" Maintainer: Gregory Anders
|
||||
" Last Changed: 2024-09-16
|
||||
|
||||
if exists('b:current_syntax')
|
||||
finish
|
||||
endif
|
||||
|
||||
" Salt state files are just YAML with embedded Jinja
|
||||
runtime! syntax/yaml.vim
|
||||
unlet! b:current_syntax
|
||||
|
||||
runtime! syntax/jinja.vim
|
||||
unlet! b:current_syntax
|
||||
|
||||
let b:current_syntax = 'salt'
|
Loading…
Add table
Add a link
Reference in a new issue