// brush: “plain” aliases: [“text”]
// This file is part of the “jQuery.Syntax” project, and is distributed under the MIT License. // Copyright © 2011 Samuel G. D. Williams. <www.oriontransfer.co.nz> // See <jquery.syntax.js> for licensing details.
Syntax.register('plain', function(brush) {
brush.push(Syntax.lib.webLink);
});