-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77acb07
commit 6490bea
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# Python language support in Atom [![Build Status](https://travis-ci.org/atom/language-python.svg?branch=master)](https://travis-ci.org/atom/language-python) | ||
# Ren'Py language support in Atom | ||
|
||
Adds syntax highlighting and snippets to Python files in Atom. | ||
Adds syntax highlighting and snippets to Ren'Py files in Atom. | ||
|
||
Originally [converted](http://atom.io/docs/latest/converting-a-text-mate-bundle) | ||
from the [Python TextMate bundle](https://github.com/textmate/python.tmbundle). | ||
Originally from the [Python package for Atom](https://github.com/atom/language-python). | ||
|
||
Contributions are greatly appreciated. Please fork this repository and open a | ||
pull request to add snippets, make grammar tweaks, etc. | ||
|
||
>Still under development. |