An open API service indexing awesome lists of open source software.

https://github.com/tildebyte/language-processing-py

Atom language package for Processing.py
https://github.com/tildebyte/language-processing-py

Last synced: 13 days ago
JSON representation

Atom language package for Processing.py

Awesome Lists containing this project

README

          

# Python mode for Processing (a.k.a. [Processing.py](http://py.processing.org)) support for Atom.
[Converted](http://flight-manual.atom.io/hacking-atom/sections/converting-from-textmate)
from the Sublime Text [Processing.py](https://github.com/tildebyte/processing-py-sublime) package (which, iirc, was itself probably converted from the Sublime Text [Processing](https://packagecontrol.io/packages/Processing) package).

### What is it?
Provides:
* Syntax Highlighting (this grammar is essentially an addon for Magic Python; it has **not** been tested with e.g. atom's default `language-python`).
* Snippets
* Advice on getting pylint to behave in a rational manner.
* TODO: Build system.

### Participating
Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.

## License
[MIT](LICENSE.md) © Ben Alkov