mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-05 22:10:05 +03:00
Add license to gdscript-keywords
This commit is contained in:
@@ -1,18 +1,30 @@
|
|||||||
;;; gdscript-keywords.el --- Cached keywords for the GDScript language -*- lexical-binding: t; -*-
|
;;; gdscript-keywords.el --- Cached keywords for the GDScript language -*- lexical-binding: t; -*-
|
||||||
;;
|
;;
|
||||||
;; Copyright (C) 2020 Nathan
|
;; Copyright (C) 2020 GDQuest
|
||||||
;;
|
|
||||||
;; Author: Nathan <http://github/gdquest>
|
;; Author: Nathan Lovato <nathan@gdquest.com>
|
||||||
;; Maintainer: Nathan <gdquest@pop-os>
|
;; URL: https://github.com/GDQuest/emacs-gdscript-mode/
|
||||||
;; Created: March 23, 2020
|
;; Version: 0.1.0
|
||||||
;; Modified: March 23, 2020
|
;; Package-Requires: ((emacs "26.3"))
|
||||||
;; Version: 0.0.1
|
;; Maintainer: nathan@gdquest.com
|
||||||
;; Keywords:
|
;; Created: Mar 2020
|
||||||
;; Homepage: https://github.com/gdquest/gdscript-keywords
|
;; Keywords: languages
|
||||||
;; Package-Requires: ((emacs 27.0.90) (cl-lib "0.5"))
|
|
||||||
;;
|
|
||||||
;; This file is not part of GNU Emacs.
|
;; This file is not part of GNU Emacs.
|
||||||
;;
|
|
||||||
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
;; it under the terms of the GNU General Public License as published by
|
||||||
|
;; the Free Software Foundation, either version 3 of the License, or
|
||||||
|
;; (at your option) any later version.
|
||||||
|
|
||||||
|
;; This program is distributed in the hope that it will be useful,
|
||||||
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
;; GNU General Public License for more details.
|
||||||
|
|
||||||
|
;; 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:
|
;;; Commentary:
|
||||||
;;
|
;;
|
||||||
;; Cached keywords for the GDScript language, used for syntax highlighting and auto-completion.
|
;; Cached keywords for the GDScript language, used for syntax highlighting and auto-completion.
|
||||||
|
|||||||
Reference in New Issue
Block a user