renzmann / treesit-auto

Automatic installation, usage, and fallback for tree-sitter major modes in Emacs 29
GNU General Public License v3.0
369 stars 28 forks source link

Fix defcustom `:type`s of `treesit-auto-langs` and (probably obsolete) `treesit-auto-fallback-alist` #34

Closed ktetzlaff closed 1 year ago

ktetzlaff commented 1 year ago

The title already says it: fix :type of the defcustom variables treesit-auto-langs and treesit-auto-fallback-alist.

renzmann commented 1 year ago

Thanks for the patch! I'm not to worried about the :type for treesit-auto-fallback-alist which was inspired by major-mode-remap-alist's :type. Using repeat for treesit-auto-langs does look better though.