From 0979b8e7027f01aa600d3ad6dc260e35b55a18d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Mon, 3 Oct 2011 20:15:42 +0200 Subject: [PATCH] Add 'set ft=javascript' to the new .jsm files. --- common/modules/buffer.jsm | 2 +- common/modules/help.jsm | 2 +- common/modules/protocol.jsm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/modules/buffer.jsm b/common/modules/buffer.jsm index e2cabf61..4ed94c50 100644 --- a/common/modules/buffer.jsm +++ b/common/modules/buffer.jsm @@ -2439,4 +2439,4 @@ Buffer.addPageInfoSection("s", "Security", function (verbose) { endModule(); -// vim: set fdm=marker sw=4 ts=4 et: +// vim: set fdm=marker sw=4 ts=4 et ft=javascript: diff --git a/common/modules/help.jsm b/common/modules/help.jsm index 641086b7..4f2e46a7 100644 --- a/common/modules/help.jsm +++ b/common/modules/help.jsm @@ -457,4 +457,4 @@ var Help = Module("Help", { endModule(); -// vim: set fdm=marker sw=4 ts=4 et: +// vim: set fdm=marker sw=4 ts=4 et ft=javascript: diff --git a/common/modules/protocol.jsm b/common/modules/protocol.jsm index ba02a156..6b938f3e 100644 --- a/common/modules/protocol.jsm +++ b/common/modules/protocol.jsm @@ -252,4 +252,4 @@ XMLChannel.prototype = { endModule(); -// vim: set fdm=marker sw=4 ts=4 et: +// vim: set fdm=marker sw=4 ts=4 et ft=javascript: