Just start a block with {% highlight %} and end it with {% endhighlight %}.
Example for myLinter Syntax Highlighting in post markdown, myLinter needs to be replaced with a value of the table below:
{% highlight myLinter %}
echo "Hello KargWare in Jekyll"
{% endhighlight %}
The Output will be
<pre>
echo "Hello KargWare in Jekyll"
</pre>
Table of Supported Syntax. See the full list Jekyll - Syntax Highlighting, supported languages.
Name
…