language-howl

(╯°□°)╯⌒ C#

eelstork

404

2

0.4.3

MIT

GitHub

Howl notation support in Atom

Howl is the symbolic notation for C# programming. This package provides input support and syntax highligting for Howl in Atom.

Prerequisites

Via node-gyp, this package requires Python and a native C++ toolchain. You may visit the node-gyp homepage for details but, in short:

If you are not able to install the package, please open an issue.

Making yourself at ease

For developers

The package may be cloned to ~/.atom/packages

After updating the grammar and up to npm, update tree-sitter-howl version in package.json then:

cd ~/.atom/packages/language-howl
apm install

Use ⌘ + SHIFT + P and rel to reload the package.

When all good commit and apm publish [major/minor/patch]