treesitter: support usage of pkgs.tree-sitter-grammars

This commit is contained in:
Snoweuph 2026-05-15 14:39:03 +02:00
commit 53e89665ce
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
4 changed files with 23 additions and 4 deletions

View file

@ -10,7 +10,7 @@
in {
inherit (typesDag) dagOf;
inherit (typesPlugin) pluginsOpt extraPluginType mkPluginSetupOption luaInline pluginType borderType;
inherit (typesLanguage) diagnostics mkGrammarOption;
inherit (typesLanguage) diagnostics mkGrammarOption mkTreesitterGrammarOption;
inherit (typesLsp) mkLspPresetEnableOption;
inherit (customTypes) char hexColor mergelessListOf deprecatedSingleOrListOf enumWithRename;
}