freebsd-ports/japanese/jed/files/patch-lib_jed.rc
Adam Weinberger f9d86cf02f Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify.
2014-07-28 22:14:07 +00:00

22 lines
868 B
Text

--- 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