copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.74k stars 124 forks source link

Get language ID for tree-sitter major modes #166

Closed CeleritasCelery closed 11 months ago

CeleritasCelery commented 11 months ago

Emacs 29 adds new major modes based on tree-sitter using the naming convention of -ts-mode instead of -mode. This change properly accounts for that.