Hi.
edit far\Plugins\FarColorer\base\hrc\proto.hrc
change
<prototype name="python" group="main" description="Python">
<location link="jar:common.jar!base/python.hrc"/>
<filename>/\.(py|pyw|pys)$/i</filename>
<firstline weight='2'>/^\#!\S*.+python/</firstline>
</prototype>
on
<prototype name="python" group="main" description="Python">
<location link="jar:common.jar!base/python.hrc"/>
<filename>/\.(py|pyw|pys|vpy)$/i</filename>
<firstline weight='2'>/^\#!\S*.+python/</firstline>
</prototype>
Aleksey.
> --
> You received this message because you are subscribed to the Google Groups
> "Colorer" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
colorer+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.