mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
bd6671bf57
PR: 16576 Submitted by: "Akinori -Aki- MUSHA" <knu@idaemons.org>
23 lines
868 B
Plaintext
23 lines
868 B
Plaintext
--- lib/jed.rc~ Tue Jul 20 20:22:46 1999
|
|
+++ lib/jed.rc Thu Feb 3 19:15:23 2000
|
|
@@ -166,6 +166,19 @@
|
|
% that are continued onto the next line.
|
|
%---------------------------------------------------------------------------
|
|
|
|
+%---------------------------------------------------------------------------
|
|
+% Ruby-mode
|
|
+%---------------------------------------------------------------------------
|
|
+
|
|
+% amount of space to indent within block.
|
|
+variable ruby_indent_level = 2;
|
|
+
|
|
+% Load ruby mode when openning .rb' files.
|
|
+autoload("ruby_mode", "ruby");
|
|
+add_mode_for_extension ("ruby", "rb");
|
|
+
|
|
+%---------------------------------------------------------------------------
|
|
+
|
|
#ifdef MSDOS XWINDOWS MSWINDOWS
|
|
% Alt-key handling. Setting this variable controls how the
|
|
% Alt key is handled. By default it is set to 27 (Ascii ESCAPE). This means
|