mirror of
https://github.com/ivuorinen/nvim-shellspec.git
synced 2026-01-26 03:24:00 +00:00
feat: plugin code and updates
This commit is contained in:
5
ftdetect/shellspec.vim
Normal file
5
ftdetect/shellspec.vim
Normal file
@@ -0,0 +1,5 @@
|
||||
" 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
|
||||
Reference in New Issue
Block a user