diff options
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r-- | runtime/lua/vim/filetype.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua index 1bbe88f06d..1ea88ebc06 100644 --- a/runtime/lua/vim/filetype.lua +++ b/runtime/lua/vim/filetype.lua @@ -479,15 +479,16 @@ local extension = { hsig = 'haskell', hsc = 'haskell', hs = 'haskell', + persistentmodels = 'haskellpersistent', ht = 'haste', htpp = 'hastepreproc', + hcl = 'hcl', hb = 'hb', h = detect.header, sum = 'hercules', errsum = 'hercules', ev = 'hercules', vc = 'hercules', - hcl = 'hcl', heex = 'heex', hex = 'hex', ['h32'] = 'hex', @@ -506,6 +507,7 @@ local extension = { stm = detect.html, htt = 'httest', htb = 'httest', + hurl = 'hurl', hw = detect.hw, module = detect.hw, pkg = detect.hw, @@ -818,6 +820,7 @@ local extension = { rego = 'rego', rem = 'remind', remind = 'remind', + pip = 'requirements', res = 'rescript', resi = 'rescript', frt = 'reva', @@ -1419,6 +1422,7 @@ local filename = { inputrc = 'readline', ['.inputrc'] = 'readline', ['.reminders'] = 'remind', + ['requirements.txt'] = 'requirements', ['resolv.conf'] = 'resolv', ['robots.txt'] = 'robots', Gemfile = 'ruby', |