mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-14 18:03:40 +00:00
* 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 ;)