OmniSharp / csharp-tmLanguage

Syntax grammar used for C# colorization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 99.7%Language:JavaScript 0.3%