Skip to content

Commit

Permalink
Support Pike filetype deduction from #./akimportnew.pike fast 2018-01-01
Browse files Browse the repository at this point in the history
  • Loading branch information
BuGlessRB committed Jan 18, 2018
1 parent 4753b1e commit 05c879e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/scripts.vim
Expand Up @@ -100,6 +100,10 @@ if s:line1 =~# "^#!"
elseif s:name =~# 'make\>'
set ft=make

" Pike
elseif s:name =~# '^pike\%(\>\|[0-9]\)'
set ft=pike

" Lua
elseif s:name =~# 'lua'
set ft=lua
Expand Down

0 comments on commit 05c879e

Please sign in to comment.