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
- Host: GitHub
- URL: https://github.com/tildebyte/language-processing-py
- Owner: tildebyte
- License: mit
- Created: 2016-10-21T12:58:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T20:17:24.000Z (almost 10 years ago)
- Last Synced: 2025-10-30T15:50:53.671Z (9 months ago)
- Language: CoffeeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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