Skip to content

OmniSharp/csharp-tmLanguage

 
 

Repository files navigation

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.

About

Syntax grammar used for C# colorization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • JavaScript 0.3%