aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorAndrew Helwer <ahelwer@protonmail.com>2021-08-18 14:50:38 -0400
committerStephan Seitz <stephan.seitz@fau.de>2021-08-20 18:56:14 +0200
commit17d75b31eab93d0b50c1dc342a18fdeac368752e (patch)
tree2d79d3bcf6d1ea49712d7c8fb25a2fc47587819d /lua
parentFiletype is tla (diff)
downloadnvim-treesitter-17d75b31eab93d0b50c1dc342a18fdeac368752e.tar
nvim-treesitter-17d75b31eab93d0b50c1dc342a18fdeac368752e.tar.gz
nvim-treesitter-17d75b31eab93d0b50c1dc342a18fdeac368752e.tar.bz2
nvim-treesitter-17d75b31eab93d0b50c1dc342a18fdeac368752e.tar.lz
nvim-treesitter-17d75b31eab93d0b50c1dc342a18fdeac368752e.tar.xz
nvim-treesitter-17d75b31eab93d0b50c1dc342a18fdeac368752e.tar.zst
nvim-treesitter-17d75b31eab93d0b50c1dc342a18fdeac368752e.zip
Fixed lua style issues, updated grammar version to fix macOS build issues
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 56f390fcb..6893cc10d 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -394,10 +394,10 @@ list.hcl = {
list.tlaplus = {
install_info = {
url = "https://github.com/tlaplus-community/tree-sitter-tlaplus",
- files = { "src/parser.c", "src/scanner.cc" }
+ files = { "src/parser.c", "src/scanner.cc" },
},
maintainers = { "@ahelwer" },
- filetype = "tla"
+ filetype = "tla",
}
list.toml = {