This package provides the following services:
PowerHouse® 4GL language package
Provides support for syntax colouring in the Atom text editor.
Whats new 🆕
- language-powerhouse first version published 🎉
- custom styles added
GITHub Location
Package Location
C:\Users\%username%\.atom\packages
Windows /Users/$USER/.atom/packages
MacOS I'd like to support this project
Help us bring this project to the moon! Atom's rocket needs to get somewhere, right?
- Contribute! I'll be happy to accept pull requests!
- Bug hunting! Report them!
- Feature request? Please let me know by filling an issue!
- Star this project on Atom, Github
Publishing the package (Instruction)
apm publish minor
apm publish version-type
apm publish --tag v0.0.1 minor
📝 version-type can be major, minor and patch.
First Time Publishing
git checkout -b master
git push -u origin master
apm publish minor