language-powerhouse
A package for the PowerHouse® 4GL programming language
Zack Dawood 61 0 2.16.0 MIT GitHub

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

atom-language-powerhouse

Package Location

Windows C:\Users\%username%\.atom\packages
MacOS /Users/$USER/.atom/packages

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

Reference