mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
6 lines
157 B
VimL
6 lines
157 B
VimL
" Activates filetype detection
|
|
filetype plugin indent on
|
|
|
|
" Sets .sls files to use YAML syntax highlighting
|
|
autocmd BufNewFile,BufRead *.sls set syntax=yaml
|