---
title: shCore.js
encoding: utf-8
filter:
  - erb
  - maruku
---

__shCore.js__ is the main file of the SyntaxHighlighter and __must be included on the page before any 
other SyntaxHighlighter files__. Failure to do so will result in JavaScript errors on the page. Please 
see [usage instructions](../installation.html) for details.

<div class="autoinclude" markdown="1">
	<% path = sh_pub_script('shCore.js') %>
	[<%= path %>](<%= path %>)
</div>

<%= render(:partial => "/SyntaxHighlighter/partials/files") %> 
