diffs.nvim/lua
Barrett Ruth 559ef194b7 refactor(parser): expose get_lang_from_ft as public API
Problem: `get_lang_from_ft` is needed by the gitsigns module but was
a local function in `parser.lua`, causing duplication.

Solution: assign it to `M.get_lang_from_ft` for reuse by other modules.
2026-03-06 08:40:43 -05:00
..
diffs refactor(parser): expose get_lang_from_ft as public API 2026-03-06 08:40:43 -05:00