From b9d662cf89461cc66feb5fca363fa54bbd50563a Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Tue, 14 Sep 2021 21:17:31 +0200 Subject: chore: fix formatting in parsers.lua --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index fec327ec4..e0e80c115 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -716,7 +716,7 @@ local M = { } function M.ft_to_lang(ft) - ft = vim.split(ft, '.', true)[1] + ft = vim.split(ft, ".", true)[1] return ft_to_parsername[ft] or ft end -- cgit v1.2.3-70-g09d2