diffstat:
browser/bookmarklet/bookmarkletui/templates/bookmarkletbar.htmlt | 1 +
browser/bookmarklet/manifest.json | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diffs (21 lines):
diff --git a/browser/bookmarklet/bookmarkletui/templates/bookmarkletbar.htmlt b/browser/bookmarklet/bookmarkletui/templates/bookmarkletbar.htmlt
--- a/browser/bookmarklet/bookmarkletui/templates/bookmarkletbar.htmlt
+++ b/browser/bookmarklet/bookmarkletui/templates/bookmarkletbar.htmlt
@@ -5,6 +5,7 @@
<option value="js">JavaScript</option>
<option value="html">HTML</option>
<option value="css">CSS</option>
+ <option value="diff">Diff</option>
</select>
</div>
<div>
diff --git a/browser/bookmarklet/manifest.json b/browser/bookmarklet/manifest.json
--- a/browser/bookmarklet/manifest.json
+++ b/browser/bookmarklet/manifest.json
@@ -1,5 +1,5 @@
{
- "plugins": ["embedded", "js_syntax", "stylesheet", "html", "whitetheme",
+ "plugins": ["embedded", "js_syntax", "diff_syntax", "stylesheet", "html", "whitetheme",
"bookmarkletui", "templater"],
"config": {
"objects": {