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

@@ -0,0 +1,5 @@
;;; lang/graphql/doctor.el -*- lexical-binding: t; -*-
(assert! (or (not (modulep! +tree-sitter))
(modulep! :tools tree-sitter))
"This module requires (:tools tree-sitter)")