5

Recently I've started using emacs and after overcoming a number of hurdles in making cperl-mode operate in a way that is agreeable I've become stumped by this problem. Currently I have all scalars in regular use being highlighted except for where they are interpolated. Is such syntax highlighting possible under this mode? Currently I'm using emacs 23.1 and jrockway's cperl-mode 5.23

Thanks

4

1 に答える 1

2

文字列内の補間された変数は強調表示されませんが、正規表現では強調表示されます。elisp を知っている人なら、それを適応させることができるに違いありません。

于 2011-03-23T06:47:01.327 に答える