branch: elpa/kotlin-mode
commit 193fcc6e163d6f74c05a096b1a40a0f5e1d0e73e
Author: Shodai Yokoyama <[email protected]>
Commit: Shodai Yokoyama <[email protected]>

    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 ([email protected])
+;; 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