summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorAndrew Helwer <ahelwer@protonmail.com>2021-08-18 12:49:51 -0400
committerStephan Seitz <stephan.seitz@fau.de>2021-08-20 18:56:14 +0200
commita19912e10583cd7f2bd326d572cfd290d38d37e2 (patch)
treeb5464c3da449fdd49c18cdb3d644cb9573885923 /lua
parentda2336ea80d4d2353fb9ee8301f1ef853c14f917 (diff)
Filetype is tla
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 72bee00e..56f390fc 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 = {