mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-27 00:23:47 +00:00
28ae702682
* fix: use treesitter language name if available This will fix the problem where the filetype is different than the treesitter lang name. Eg., filetyep -> "sh", langname -> "bash" * refactor: use treesitter only if the query object is available * refactor: ok -> parser_ok ;)