Files
sublime-tryton-snippets/py_header.sublime-snippet

9 lines
294 B
Plaintext
Raw Permalink Normal View History

2023-01-20 15:25:20 +01:00
<snippet>
<content><![CDATA[
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
]]></content>
<tabTrigger>tryton_header</tabTrigger>
<scope>source.python</scope>
<description>Tryton: modules file header</description>
</snippet>