aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index 035cb6f69f..e198d55160 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -578,6 +578,7 @@ local extension = {
stm = detect.html,
htt = 'httest',
htb = 'httest',
+ http = 'http',
hurl = 'hurl',
hw = detect.hw,
module = detect.hw,