Bruno BELANYI
527a85bf11
It looks like `vim.filetype.add` is smarter about "local.am". For some reason opening an *empty* Tiger file results in a backtrace...
8 lines
145 B
Lua
8 lines
145 B
Lua
-- Use Tiger filetype for programs and header files
|
|
vim.filetype.add({
|
|
extension = {
|
|
tig = "tiger",
|
|
tih = "tiger",
|
|
},
|
|
})
|