aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
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 0c83e58f0..28e6f32b8 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -98,7 +98,7 @@ list.angular = {
url = "https://github.com/steelsojka/tree-sitter-angular",
files = { "src/parser.c" },
},
- maintainers = {"@steelsojka"}
+ maintainers = { "@steelsojka" },
}
list.apex = {