Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/penrose/penrose-atom-syntax-highlighting
Atom syntax-highlighting package for languages in the Penrose system
https://github.com/penrose/penrose-atom-syntax-highlighting
atom language-penrose
Last synced: 5 days ago
JSON representation
Atom syntax-highlighting package for languages in the Penrose system
- Host: GitHub
- URL: https://github.com/penrose/penrose-atom-syntax-highlighting
- Owner: penrose
- License: mit
- Created: 2019-02-06T22:09:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T16:08:39.000Z (almost 6 years ago)
- Last Synced: 2024-11-18T11:28:07.000Z (2 months ago)
- Topics: atom, language-penrose
- Language: CoffeeScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Penrose language support in Atom
Adds syntax highlighting and snippets to Substance, Style, and Element files in Atom.
## Usage
- `git clone` the package repo into `~/.atom/packages`
- `cd` into the package directory
- type `npm install`
- restart atom## TODOS
- [ ] Write a more generic version with lookahead regexes
- [ ] Automatically generate `.cson` files by parsing the Element program
- [ ] Publish this package