我在编辑.html.erb 文件的时候,comment 以及 block comment 快捷键都失灵,怎么办?
line comment, command + / 出来的是#
block comment, option + command + / 出来的是 <!-- -->
原本应该是
<%-# %>
和
<% if false %>
...
<% end %>
啊!
我看了 Ruby on Rails bundle 里面,有 Language Grammars, html (Rails),里面有 command 的定义……