mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 16:00:02 -04:00
chore: fix formatting in parsers.lua
This commit is contained in:
parent
14e9df138b
commit
b9d662cf89
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ local M = {
|
||||||
}
|
}
|
||||||
|
|
||||||
function M.ft_to_lang(ft)
|
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
|
return ft_to_parsername[ft] or ft
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue