made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
16
gitportable/usr/share/vim/vim91/syntax/salt.vim
Normal file
16
gitportable/usr/share/vim/vim91/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'
|
||||
Reference in New Issue
Block a user