10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
|
|
<snippet>
|
||
|
|
<content><![CDATA[
|
||
|
|
# -*- coding: utf-8 -*-
|
||
|
|
]]></content>
|
||
|
|
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||
|
|
<tabTrigger>utf8-header</tabTrigger>
|
||
|
|
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
||
|
|
<scope>source.python</scope>
|
||
|
|
<description>UTF8 Header</description>
|
||
|
|
</snippet>
|