# starts comment only after non-word character
parent
c32423e2f0
commit
6d9ecbc5f8
|
@ -40,7 +40,7 @@
|
|||
</include>
|
||||
</context>
|
||||
<context id="line-comment" style-ref="comment" end-at-line-end="true">
|
||||
<start>#</start>
|
||||
<start>(?<!\S)#</start>
|
||||
<include>
|
||||
<context ref="def:escape"/>
|
||||
<context ref="def:line-continue"/>
|
||||
|
|
Loading…
Reference in New Issue