mirror of
https://github.com/ivuorinen/nvim-shellspec.git
synced 2026-01-26 11:34:04 +00:00
6 lines
275 B
VimL
6 lines
275 B
VimL
" Filetype detection for ShellSpec DSL
|
|
autocmd BufRead,BufNewFile *_spec.sh setfiletype shellspec
|
|
autocmd BufRead,BufNewFile *.spec.sh setfiletype shellspec
|
|
autocmd BufRead,BufNewFile spec/*.sh setfiletype shellspec
|
|
autocmd BufRead,BufNewFile test/*.sh setfiletype shellspec
|