Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 603 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 603 Bytes

Development

To build and test install Node.js do the following:

  • Run npm install to install any dependencies.
  • Run gulp to build and run tests.

Output grammars are output in the grammars\ dirctory.

On Windows you may see a node-gyp error - follow the instrutions here to resolve it.

Supported outputs

  • grammars\csharp.cson - for Atom
  • grammars\csharp.tmLanguage - TextMate grammar (XML plist)

Releasing

Tags on this repo get automatically published as a GitHub release and an NPM package through Travis CI.