feat(graphql): add treesit support

This commit is contained in:
Henrik Lissner
2025-08-28 14:17:38 +02:00
parent 64b4e565c3
commit f782b79797
4 changed files with 41 additions and 13 deletions

View File

@@ -7,3 +7,5 @@
(package! company-graphql
:recipe (:host github :repo "thaenalpha/company-graphql")
:pin "aed9f5109e877944a895d08fc08bad103f03096b"))
(when (modulep! +tree-sitter)
(package! graphql-ts-mode :pin "e933f235408ea195762700fd07c2d828e8f09aac"))