feat(neovim): add haskell to scripts.vim
This commit is contained in:
parent
5bc58270bb
commit
55dc61abed
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ if getline(1) =~ '^#!.*nix-shell'
|
|||
set ft=make
|
||||
elseif s:command =~ '^node\(js\)\=\>\|^js\>'
|
||||
set ft=javascript
|
||||
elseif s:command =~ '^runhaskell'
|
||||
set ft=haskell
|
||||
elseif s:command =~ '^ghci'
|
||||
set ft=haskell
|
||||
elseif s:command =~ 'python'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue