-- Use Automake filetype for `local.am` files
vim.filetype.add({
    filename = {
        ["local.am"] = "automake",
    },
})