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.