mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-04 18:09:55 +03:00
Update package headers, fix flycheck errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
;;; gdscript-imenu.el --- Adds imenu support for Godot GDScript. -*- lexical-binding: t; -*-
|
||||
;;; gdscript-imenu.el --- Imenu support for GDScript -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2020 GDQuest, Free Software Foundation, Inc.
|
||||
|
||||
@@ -23,6 +23,11 @@
|
||||
;; You should have received a copy of the GNU General Public License
|
||||
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Populates imenu with a list of headings: functions and subclasses in the
|
||||
;; current GDScript buffer.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defvar gdscript-imenu-format-item-label-function
|
||||
@@ -177,3 +182,5 @@ To this:
|
||||
(gdscript-imenu-create-index))))))
|
||||
|
||||
(provide 'gdscript-imenu)
|
||||
|
||||
;;; gdscript-imenu.el ends here
|
||||
|
||||
Reference in New Issue
Block a user