# csharp-tmLanguage **Repository Path**: mirrors_dotnet/csharp-tmLanguage ## Basic Information - **Project Name**: csharp-tmLanguage - **Description**: Syntax grammar used for C# colorization - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Development To **build and test** install Node.js do the following: * Run `npm install` to install any dependencies. * Run `npm run compile` to 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](https://github.com/nodejs/node-gyp/blob/master/README.md). ## 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.