I hereby claim:
- I am joerobich on github.
- I am joeyrobichaud (https://keybase.io/joeyrobichaud) on keybase.
- I have a public key whose fingerprint is E069 C2C9 753A F124 6FC2 D4C5 F34B 212E FEE6 787E
To claim this, I am signing this object:
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Vink</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> |
using System; | |
using System.Collections.Generic; | |
using Windows.UI.Xaml; | |
using Windows.UI.Xaml.Controls; | |
namespace DataTemplates | |
{ | |
public class ThingTemplateSelector : DataTemplateSelector | |
{ | |
private readonly Dictionary<Type, Func<DataTemplate>> TemplatesByType; |
# -*- coding: utf-8 -*- # | |
module Rouge | |
module Lexers | |
class MXML < ActionScript | |
title "MXML" | |
desc "MXML" | |
tag 'mxml' | |
filenames '*.mxml' | |
mimetypes 'application/xv+xml' |
I hereby claim:
To claim this, I am signing this object:
{ | |
"name": "Visual Studio Dark", | |
"version": "1.0.0", | |
"description": "Reminiscent of Microsoft Visual Studio's default dark colors", | |
"originator": "Microsoft", | |
"palette": [ | |
{ "name": "text-white", "value": "#dcdcdc" }, | |
{ "name": "background-black", "value": "#1e1e1e" }, | |
{ "name": "comment-green", "value": "#57a64a" }, |