Fixed comment-start pattern

master
Yevgen Muntyan 2007-04-15 12:18:19 -05:00
parent 09a64b9f85
commit 55fa0c972a
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
<definitions>
<context id="block-comment" style-ref="comment">
<start>/\*</start>
<end>\*/</end>
<start>\/\*</start>
<end>\*\/</end>
<include>
<context ref="def:escape"/>
<context ref="def:line-continue"/>