From 4a6c1c6ff043217019017af0f2a14bdd6e86056e Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Sat, 22 Feb 2014 13:53:00 -0800 Subject: [PATCH] Add CONTRIBUTING.md --- CONTRIBUTING.md | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..e70782f --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1 @@ +See the [Atom contributing guide](https://atom.io/docs/latest/contributing) diff --git a/README.md b/README.md index eed3d1b..971ff04 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # Java language support in Atom +Add syntax highlighting and snippets to Java/JSP files in Atom. + Originally [converted](http://atom.io/docs/latest/converting-a-text-mate-bundle) from the [Java TextMate bundle](https://github.com/textmate/java.tmbundle). + +Contributions are greatly appreciated. Please fork this repository and open a +pull request to add snippets, make grammar tweaks, etc.