07/06/13 11:31:21 W7d0tNvj0
>>196のフィルター
// と --> の間にスペースを書いていると検知できなかったのを修正。
あと、 script と style の1文字目が同じなので、それ用にちょっと変更。
---ここから
[Patterns]
Name = "insert [RET] between [//-->] & [</script>]"
Active = TRUE
Bounds = "// -->[^\r\n]++</s(cript|tyle)*>"
Limit = 200
Match = "*\1(</s(cript|tyle)*>)\2"
Replace = "\1\r\n\2"
---ここまで