mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
feat(graphql): add treesit support
This commit is contained in:
5
modules/lang/graphql/doctor.el
Normal file
5
modules/lang/graphql/doctor.el
Normal 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)")
|
Reference in New Issue
Block a user