Skip to content

Commit 17219f0

Browse files
committed
Added plain brush.
1 parent 9b5be5b commit 17219f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

jquery.syntax.brush.plain.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// brush: "plain" aliases: ["text"]
2+
3+
Syntax.register('plain', function(brush) {
4+
brush.push(Syntax.lib.webLink);
5+
});
6+

0 commit comments

Comments
 (0)