diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-01-28 22:47:25 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-01-28 22:47:25 +0100 |
commit | 40962ec9c0e7b8699e101182b06ddd39dc0e1212 (patch) | |
tree | 8949df2955a3d9cc6c0e4a6e89aa123a31c0abbd /runtime/scripts.vim | |
parent | 84b242c369a22b581c43de9de0152f0baedd71ab (diff) | |
download | vim-git-40962ec9c0e7b8699e101182b06ddd39dc0e1212.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/scripts.vim')
-rw-r--r-- | runtime/scripts.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/scripts.vim b/runtime/scripts.vim index 18263e284..71e3f48bd 100644 --- a/runtime/scripts.vim +++ b/runtime/scripts.vim @@ -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 |