Created mkEnableTreesitterOption in the extendend library

This commit is contained in:
isaacST08 2025-02-10 17:35:57 -07:00
commit 0b85f56868
3 changed files with 17 additions and 8 deletions

View file

@ -10,6 +10,6 @@
in {
inherit (typesDag) dagOf;
inherit (typesPlugin) pluginsOpt extraPluginType mkPluginSetupOption luaInline pluginType borderType;
inherit (typesLanguage) diagnostics mkGrammarOption;
inherit (typesLanguage) diagnostics mkGrammarOption mkEnableTreesitterOption;
inherit (customTypes) char hexColor mergelessListOf;
}