aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index cb5b8fec7a..13a3953e8a 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -504,7 +504,16 @@ local extension = {
vc = 'hercules',
heex = 'heex',
hex = 'hex',
+ ['a43'] = 'hex',
+ ['a90'] = 'hex',
['h32'] = 'hex',
+ ['h80'] = 'hex',
+ ['h86'] = 'hex',
+ ihex = 'hex',
+ ihe = 'hex',
+ ihx = 'hex',
+ int = 'hex',
+ mcs = 'hex',
hjson = 'hjson',
m3u = 'hlsplaylist',
m3u8 = 'hlsplaylist',