emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/typescript-mode 09123ba690 002/222: prepare for melpa


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode 09123ba690 002/222: prepare for melpa
Date: Sun, 6 Feb 2022 16:58:59 -0500 (EST)

branch: elpa/typescript-mode
commit 09123ba69016ad6d214e672bdd406981e9f80f42
Author: Anantha Kumaran <ananthakumaran@gmail.com>
Commit: Anantha Kumaran <ananthakumaran@gmail.com>

    prepare for melpa
---
 Cask                                |  4 ++++
 typescript-mode-pkg.el              |  1 +
 typescript.el => typescript-mode.el | 12 +++++++++---
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/Cask b/Cask
new file mode 100644
index 0000000000..f919bdc749
--- /dev/null
+++ b/Cask
@@ -0,0 +1,4 @@
+(source gnu)
+(source melpa)
+
+(package-file "typescript-mode.el")
diff --git a/typescript-mode-pkg.el b/typescript-mode-pkg.el
new file mode 100644
index 0000000000..625c2f48cc
--- /dev/null
+++ b/typescript-mode-pkg.el
@@ -0,0 +1 @@
+(define-package "typescript-mode" "0.1" "Major mode for editing typescript" 
'nil)
diff --git a/typescript.el b/typescript-mode.el
similarity index 99%
rename from typescript.el
rename to typescript-mode.el
index 00eedff0c7..72576e88e5 100644
--- a/typescript.el
+++ b/typescript-mode.el
@@ -1,4 +1,4 @@
-;;; typescript.el --- Major mode for editing typescript
+;;; typescript-mode.el --- Major mode for editing typescript
 
 ;; 
-----------------------------------------------------------------------------------
 ;;     TypeScript support for Emacs
@@ -20,6 +20,12 @@
 ;;     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ;; 
-------------------------------------------------------------------------------------------
 
+;; Version: 0.1
+;; Keywords: typescript languages
+;; Package-Requires: ()
+
+;; This file is not part of GNU Emacs.
+
 ;;; Commentary:
 
 ;; This is based on Karl Landstrom's barebones typescript-mode. This
@@ -2068,6 +2074,6 @@ Key bindings:
 ;;;###autoload
 (add-to-list 'auto-mode-alist '("\\.ts$" . typescript-mode))
 
-(provide 'typescript)
+(provide 'typescript-mode)
 
-;;; typescript.el ends here
+;;; typescript-mode.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]