# starts comment only after non-word character

master
Yevgen Muntyan 2006-12-03 01:47:13 -06:00
parent c32423e2f0
commit 6d9ecbc5f8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
</include>
</context>
<context id="line-comment" style-ref="comment" end-at-line-end="true">
<start>#</start>
<start>(?&lt;!\S)#</start>
<include>
<context ref="def:escape"/>
<context ref="def:line-continue"/>