summaryrefslogtreecommitdiff
path: root/js/jquery.syntax.brush.plain.js
blob: a8be6adeeb8f993e5efa51f9d7910b0c81aae79e (plain)
1
2
3
4
5
6
7
8
9
10
// brush: "plain" aliases: ["text"]

//	This file is part of the "jQuery.Syntax" project, and is licensed under the GNU AGPLv3.
//	Copyright 2010 Samuel Williams. All rights reserved.
//	See <jquery.syntax.js> for licensing details.

Syntax.register('plain', function(brush) {
	brush.push(Syntax.lib.webLink);
});