Skip to content

Instantly share code, notes, and snippets.

@dhilst
Last active November 10, 2016 00:57
Show Gist options
  • Select an option

  • Save dhilst/cef9c2cbda4e1664a68f914b1f3c72b4 to your computer and use it in GitHub Desktop.

Select an option

Save dhilst/cef9c2cbda4e1664a68f914b1f3c72b4 to your computer and use it in GitHub Desktop.
SyntaxHightLighter setup for Java
<link href="http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css" rel="stylesheet" type="text/css" />
<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shCore.js" type="text/javascript"></script>
<script src="http://alexgorbatchev.com/pub/sh/current/scripts/shAutoloader.js" type="text/javascript"></script>
<script src='http://alexgorbatchev.com/pub/sh/2.1.364/scripts/shBrushJava.js' type='text/javascript'></script>
<script language='javascript'>
SyntaxHighlighter.all();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment