help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

multi-programming language alignment??


From: Xend
Subject: multi-programming language alignment??
Date: Fri, 2 Oct 2009 20:46:10 -0700 (PDT)
User-agent: G2/1.0

i edit a Ruby file, and programming with inline C, mode is ruby-mode,
so emacs can't alignment C, like this:

require "inline"

class Mytest
#c is here, not alignment
  inline do |builder|
    builder.c
"
long add(int b, int a)
{
return a +
b;
}"
#c end
  end
end


are there some tool can alignment C in Ruby??thanks


reply via email to

[Prev in Thread] Current Thread [Next in Thread]