Initial commit
This commit is contained in:
13
xml_view_header.sublime-snippet
Normal file
13
xml_view_header.sublime-snippet
Normal file
@@ -0,0 +1,13 @@
|
||||
<snippet>
|
||||
<content><![CDATA[
|
||||
<?xml version="1.0"?>
|
||||
<!-- The COPYRIGHT file at the top level of this repository contains the full
|
||||
copyright notices and license terms. -->
|
||||
${1}
|
||||
]]></content>
|
||||
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||||
<tabTrigger>tryton_view_header</tabTrigger>
|
||||
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
||||
<scope>text.xml</scope>
|
||||
<description>Tryton: view file header</description>
|
||||
</snippet>
|
||||
Reference in New Issue
Block a user