diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 72bee00e5..56f390fcb 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -397,7 +397,7 @@ list.tlaplus = { files = { "src/parser.c", "src/scanner.cc" } }, maintainers = { "@ahelwer" }, - filetype = "tlaplus" + filetype = "tla" } list.toml = {