mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-07 10:05:46 +01:00
Set the Vim ft in the modeline of the new modules.
--HG-- extra : rebase_source : 931647ac0dc0fb21d33d5f03b2d7267a73c0bb45
This commit is contained in:
@@ -1068,4 +1068,4 @@ endModule();
|
||||
|
||||
} catch(e){ if (!e.stack) e = Error(e); dump(e.fileName+":"+e.lineNumber+": "+e+"\n" + e.stack); }
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
// vim: set fdm=marker sw=4 ts=4 et ft=javascript:
|
||||
|
||||
@@ -715,4 +715,4 @@ var RangeFind = Class("RangeFind", {
|
||||
|
||||
endModule();
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
// vim: set fdm=marker sw=4 ts=4 et ft=javascript:
|
||||
|
||||
@@ -701,4 +701,4 @@ endModule();
|
||||
|
||||
} catch(e){ if (!e.stack) e = Error(e); dump(e.fileName+":"+e.lineNumber+": "+e+"\n" + e.stack); }
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
// vim: set fdm=marker sw=4 ts=4 et ft=javascript:
|
||||
|
||||
Reference in New Issue
Block a user