1 2 3 4 5 6 7 8 9
-- Detect CCGO.toml files vim.filetype.add({ filename = { ["CCGO.toml"] = "toml", }, pattern = { [".*CCGO%.toml"] = "toml", }, })