feat(format): add :lang gdscript formatter
This commit is contained in:
parent
a9b4f6e219
commit
12c901cf28
2 changed files with 8 additions and 0 deletions
5
modules/lang/gdscript/doctor.el
Normal file
5
modules/lang/gdscript/doctor.el
Normal file
|
@ -0,0 +1,5 @@
|
|||
;;; lang/gdscript/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(when (modulep! :editor format)
|
||||
(unless (executable-find "gdformat")
|
||||
(warn! "Couldn't find gdformat. Formatting will be disabled.")))
|
Loading…
Add table
Add a link
Reference in a new issue