diff options
| author | Andrew Helwer <ahelwer@protonmail.com> | 2021-08-18 12:49:51 -0400 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-08-20 18:56:14 +0200 |
| commit | a19912e10583cd7f2bd326d572cfd290d38d37e2 (patch) | |
| tree | b5464c3da449fdd49c18cdb3d644cb9573885923 /lua/nvim-treesitter/parsers.lua | |
| parent | da2336ea80d4d2353fb9ee8301f1ef853c14f917 (diff) | |
Filetype is tla
Diffstat (limited to 'lua/nvim-treesitter/parsers.lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
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 = { |
