chore: fix formatting in parsers.lua

This commit is contained in:
Stephan Seitz 2021-09-14 21:17:31 +02:00
parent 14e9df138b
commit b9d662cf89

View file

@ -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