docs(tree-sitter): add doc checks for langs
langs being: - elixir - nix - zig
This commit is contained in:
parent
7105292eed
commit
908ea8de5f
3 changed files with 13 additions and 0 deletions
6
modules/lang/elixir/doctor.el
Normal file
6
modules/lang/elixir/doctor.el
Normal file
|
@ -0,0 +1,6 @@
|
|||
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||
;;; lang/elixir/doctor.el
|
||||
|
||||
(assert! (or (not (featurep! +tree-sitter))
|
||||
(featurep! :tools tree-sitter))
|
||||
"This module requires (:tools tree-sitter)")
|
Loading…
Add table
Add a link
Reference in a new issue