mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
fix(gdscript): add interpreter-mode-alist entry
Upstream only adds this for gdscript-ts-mode?
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
;;; Packages
|
||||
|
||||
(use-package! gdscript-mode
|
||||
:defer t
|
||||
:interpreter "gdscript[0-9.]*"
|
||||
:config
|
||||
(set-lookup-handlers! 'gdscript-mode
|
||||
:documentation '(gdscript-docs-browse-symbol-at-point :async t))
|
||||
|
Reference in New Issue
Block a user