Skip to content

Instantly share code, notes, and snippets.

View gwenzek's full-sized avatar
🛠️
make it Work, make it Fast, make it Clean

Guillaume Wenzek gwenzek

🛠️
make it Work, make it Fast, make it Clean
View GitHub Profile
@gwenzek
gwenzek / csharp.sublime-syntax
Last active August 29, 2015 14:27
.sublime-syntax for C#
%YAML 1.2
---
name: C sharp C#
file_extensions: [.cs]
scope: source.cs
variables:
bin_op: '(?:\+|-|\*|/|%|\|\||&&|\||&|\^|<<|>>|<=|<|>=|>|\?\?)'