https://github.com/pistondevelopers/atom-language-dyon
Dyon language support in Atom
https://github.com/pistondevelopers/atom-language-dyon
dyon editor-plugin scripting-language
Last synced: 11 months ago
JSON representation
Dyon language support in Atom
- Host: GitHub
- URL: https://github.com/pistondevelopers/atom-language-dyon
- Owner: PistonDevelopers
- License: mit
- Created: 2016-05-17T13:16:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T02:16:27.000Z (over 8 years ago)
- Last Synced: 2025-06-24T21:51:37.028Z (12 months ago)
- Topics: dyon, editor-plugin, scripting-language
- Language: CSS
- Size: 122 KB
- Stars: 4
- Watchers: 37
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dyon_for_atom
Dyon syntax highlighting for the Atom editor
Link: [Dyon programming language](https://github.com/pistondevelopers/dyon)

## How to install
Install the package language-dyon in Atom (Preferences->Packages) or Atom's package manager from a shell:
```
$ apm install language-dyon
```
## How to test changes (for developers)
1. Open up the Terminal window
2. Go to `~/.atom/packages`
3. Create a new folder `~/.atom/packages/language-dyon`
4. Copy the content of `editor-plugins/atom/` into the new folder
5. Restart Atom
Alternative to restart:
1. In Atom, go to the menu `Packages -> Command Palette -> Toggle`
2. Type "Window: Reload" and hit Enter
The window will flash for a moment and reload the packages.