Added my snippets and current settings on Linux
This commit is contained in:
11
Packages/User/form.sublime-snippet
Normal file
11
Packages/User/form.sublime-snippet
Normal file
@ -0,0 +1,11 @@
|
||||
<snippet>
|
||||
<content><![CDATA[
|
||||
<form action="https://localhost/api/v1" method="post" enctype="multipart/form-data" accept-charset="utf-8">
|
||||
|
||||
</form>
|
||||
]]></content>
|
||||
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
|
||||
<tabTrigger>form</tabTrigger>
|
||||
<!-- Optional: Set a scope to limit where the snippet will trigger -->
|
||||
<!-- <scope>source.python</scope> -->
|
||||
</snippet>
|
Reference in New Issue
Block a user