This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Linq.Expressions; | |
using MonoTouch.UIKit; | |
namespace Async.iOS | |
{ | |
public static class Layout | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// standard one, non-standalone HTML to 00-MarkdownOutput.html | |
// Turabian citation style | |
"cmd": ["pandoc","--smart","-o","00-MarkdownOutput.html","$file_name","--csl","C:\\Users\\Duncan\\Github\\styles\\turabian-fullnote.csl","--bibliography","C:\\Users\\Duncan\\Github\\sources\\zotero-sources.bib","--bibliography","C:\\Users\\Duncan\\Github\\sources\\bibleworks-sources.bib"],//,"--bibliography","C:\\Users\\Duncan\\Github\\sources\\logos-sources.bib"], | |
// standalone HTML using source file name as base | |
// MLA Citation style | |
// "cmd": ["pandoc","--smart","-s","-o","$file_base_name.html","$file_name","--bibliography","C:\\Users\\Duncan\\Github\\sources\\zotero-sources.bib","--bibliography","C:\\Users\\Duncan\\Github\\sources\\bibleworks-sources.bib","--csl","C:\\Users\\Duncan\\Github\\styles\\modern-language-association.csl","-c","C:\\Users\\Duncan\\Dropbox\\standalone.css"],//"--bibliography","C:\\Users\\Duncan\\Github\\sources\\logos-sources.bib", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"folders": | |
[ | |
{ | |
"path": "folder/subfolder", | |
"folder_exclude_patterns": ["convert_html"], | |
"file_exclude_patterns": [".gitignore", "*.sublime*", "*Icon*"] | |
} | |
], | |
"settings": |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"files": | |
{ | |
"jquery": "http://code.jquery.com/jquery.min.js" | |
}, | |
"packages": | |
{ | |
"html5_boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master", | |
"wordpress_plugin_boilerplate": "https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/zipball/master" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"folders": [{ | |
"path": "src", | |
"folder_exclude_patterns": ["css"] | |
}], | |
"build_systems": [{ | |
"name": "Sass", | |
"cmd": ["sass", "--update", "$file:${file_path}/../css/${file_base_name}.css"] | |
}] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function() { | |
console.log("Hello, sublime-github"); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"folders": | |
[ | |
{ | |
"path": "/", | |
"folder_exclude_patterns": ["js", "css"], | |
"file_exclude_patterns": [".gitignore"] | |
} | |
], | |
"build_systems": |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cmd": ["%SystemRoot%\\system32\\WindowsPowerShell\\v1.0\\powershell.exe", "./build.ps1"], | |
"shell": true, | |
"working_dir": "${project_path}" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[]]></content> | |
<tabTrigger></tabTrigger> | |
<scope></scope> | |
<description></description> | |
</snippet> |
NewerOlder