2016-04-28 7 views
1

私はRubyを学んでいます。私は崇高なテキスト3を使用していますが、私は本当に奇妙な構文を見つけています。例えば崇高なテキスト3醜い構文の強調表示

:でも、ルビーに構文を設定した後

Ugly syntax

Ruby syntax set

私はこれが正常であるかどうかを知りたいのですが、あるいは私は、ユーザー 設定またはそのような何かに何かを変更する必要がある場合。

答えて

1

Ruby(Ruby.sublime-syntax)の構文ファイルには、未解決の問題の一覧が含まれています。中でも:

 text: 
     "p << end 
     print me! 
     end" 
     symptoms: 
     not recognized as a heredoc 
     solution: 
     there is no way to distinguish perfectly between the << operator and the start 
     of a heredoc. Currently, we require assignment to recognize a heredoc. More 
     refinement is possible. 
     • Heredocs with indented terminators (<<-) are always distinguishable, however. 
     • Nested heredocs are not really supportable at present 

だから、正常です。

1

あなたはhttps://packagecontrol.io/を訪問し、Railscastカラースキーム

wが来て、基本的な構文の強調表示のようなものを使用することができます/崇高はかなり希薄である - これらのパッケージは、通常、より良い仕事をします。これは単なる一例です。たくさんのテーマと配色があります。

は、このページ https://packagecontrol.io/installation#st3

から崇高のバージョンに応じて、スニペットにパッケージ制御 ctrl+と過去をインストールするには
関連する問題