Skip to content

Commit f320e02

Browse files
committed
Add docstring for gdscript-eglot--extract-port function
1 parent 88f6bca commit f320e02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gdscript-eglot.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"godot"))))
5353

5454
(defun gdscript-eglot--extract-port (editor-settings-file)
55+
"Extract LSP port from Godot editor settings file."
5556
(when (file-exists-p editor-settings-file)
5657
(with-temp-buffer
5758
(insert-file-contents editor-settings-file)

0 commit comments

Comments
 (0)