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

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

[nongnu] elpa/kotlin-mode 193fcc6e16 003/162: Add kotlin-mode.el


From: ELPA Syncer
Subject: [nongnu] elpa/kotlin-mode 193fcc6e16 003/162: Add kotlin-mode.el
Date: Sat, 29 Jan 2022 08:25:17 -0500 (EST)

branch: elpa/kotlin-mode
commit 193fcc6e163d6f74c05a096b1a40a0f5e1d0e73e
Author: Shodai Yokoyama <quantumcars@gmail.com>
Commit: Shodai Yokoyama <quantumcars@gmail.com>

    Add kotlin-mode.el
---
 kotlin-mode.el | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/kotlin-mode.el b/kotlin-mode.el
new file mode 100644
index 0000000000..2a452b7bd2
--- /dev/null
+++ b/kotlin-mode.el
@@ -0,0 +1,31 @@
+;;; kotlin-mode.el --- Major mode for kotlin
+;; -*- lexical-binding: t; -*-
+
+;; Copyright (C) 2015  Shodai Yokoyama
+
+;; Author: Shodai Yokoyama (quantumcars@gmail.com)
+;; Keywords: languages
+
+;; 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 <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;;
+
+;;; Code:
+
+
+
+(provide 'kotlin-mode)
+;;; kotlin-mode.el ends here



reply via email to

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