summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2020-02-19 17:13:20 -0700
committerKenny Ballou <kballou@devnulllabs.io>2020-02-19 17:13:20 -0700
commit305d9c786504d73faaa0e41c9369b6c076950147 (patch)
tree444f0e79859f3d10241d4a3be1107d3df20244f5 /README
downloadmop-mode.el-305d9c786504d73faaa0e41c9369b6c076950147.tar.gz
mop-mode.el-305d9c786504d73faaa0e41c9369b6c076950147.tar.xz
mop-mode.el -- initial commitHEADmaster
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 21 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..1a76333
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
+# (Java)MOP Mode #
+
+This defines a _very_ basic mode for JavaMOP files.
+
+This mode is largely based on the [tutorial][2] by [Xah Lee][3].
+
+## License ##
+
+This [Emacs][0] mode is released, AS-IS WITHOUT WARANTY, expressed or implied,
+as free software under the terms and conditions of the GNU General Public
+License version 3. A copy of the license should have been distributed with the
+copy of this software. However, it is also possible to read the [license][1]
+online.
+
+[0]: https://www.gnu.org/software/emacs/
+
+[1]: https://www.gnu.org/licenses/gpl-3.0.html
+
+[2]: http://ergoemacs.org/emacs/elisp_syntax_coloring.html
+
+[3]: http://ergoemacs.org/index.html