We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5be5b commit 17219f0Copy full SHA for 17219f0
jquery.syntax.brush.plain.js
@@ -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