mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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)
|
||||
ft = vim.split(ft, '.', true)[1]
|
||||
ft = vim.split(ft, ".", true)[1]
|
||||
return ft_to_parsername[ft] or ft
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue