csharp-tmLanguage
csharp-tmLanguage copied to clipboard
Syntax grammar used for C# colorization
Development
To build and test install Node.js do the following:
- Run
npm installto install any dependencies. - Run
npm run compileto build and run tests.
Output grammars are output in the grammars\ directory.
On Windows you may see a node-gyp error - follow the instrutions here to resolve it.
Supported outputs
grammars\csharp.cson- for Atomgrammars\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.