From 6ddc5768bb6a3f6eb8ce3d3129a71e5b7e68b8e6 Mon Sep 17 00:00:00 2001 From: Shawon Date: Mon, 26 May 2025 07:55:45 +0600 Subject: [PATCH] chore: Fixed stylua check issues --- lua/nvim-treesitter/parsers.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 86bd80d28..65192b97e 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1766,10 +1766,10 @@ return { qf = { install_info = { revision = 'v1.0.0', - url = 'https://github.com/OXY2DEV/tree-sitter-qf' + url = 'https://github.com/OXY2DEV/tree-sitter-qf', }, maintainers = { '@OXY2DEV' }, - tier = 1 + tier = 1, }, ql = { install_info = {