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
|
set ft=make
|
||||||
elseif s:command =~ '^node\(js\)\=\>\|^js\>'
|
elseif s:command =~ '^node\(js\)\=\>\|^js\>'
|
||||||
set ft=javascript
|
set ft=javascript
|
||||||
|
elseif s:command =~ '^runhaskell'
|
||||||
|
set ft=haskell
|
||||||
elseif s:command =~ '^ghci'
|
elseif s:command =~ '^ghci'
|
||||||
set ft=haskell
|
set ft=haskell
|
||||||
elseif s:command =~ 'python'
|
elseif s:command =~ 'python'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue