Skip to content

Instantly share code, notes, and snippets.

@goshacmd
Created July 25, 2011 11:13
Show Gist options
  • Save goshacmd/1103933 to your computer and use it in GitHub Desktop.
Save goshacmd/1103933 to your computer and use it in GitHub Desktop.
Troubles with highlighting Objective-C code with Octopress
{% codeblock main.m %}
GSHFraction * fraction;
fraction = [[GSHFraction alloc] initWithNumerator:10 andDenominator: 30];
[fraction reduce];
{% endcodeblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment