Skip to content

Commit 4d38ffd

Browse files
committed
update: separation folders
1 parent b2528ad commit 4d38ffd

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Se já tem o [Package Control](http://wbond.net/sublime_packages/package_control
99

1010
Manualmente, você pode baixar o pacote e colocá-lo dentro do seu diretório `Packages`. Irá funcionar, mas não será atualizado automaticamente.
1111

12+
## Snippets
13+
14+
- HTML
15+
- CSS
16+
- JavaScript
17+
- Schema.org
18+
1219
## Referências
1320

1421
* [@caiogondim](https://github.com/caiogondim) (Caio Gondim)

html-document.sublime-snippet renamed to html/html-document.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</html>
2020
]]></content>
2121
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
22-
<tabTrigger>html</tabTrigger>
22+
<tabTrigger>htmldoc</tabTrigger>
2323
<!-- Optional: Set a scope to limit where the snippet will trigger -->
2424
<!-- <scope>source.python</scope> -->
2525
</snippet>

html-head.sublime-snippet renamed to html/html-head.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<link rel="canonical" href="http://">
3636
]]></content>
3737
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
38-
<tabTrigger>html-head</tabTrigger>
38+
<tabTrigger>htmlhead</tabTrigger>
3939
<!-- Optional: Set a scope to limit where the snippet will trigger -->
4040
<!-- <scope>source.python</scope> -->
4141
</snippet>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<snippet>
2+
<content><![CDATA[
3+
itemscope="itemscope" itemtype="http://schema.org/Organization"
4+
]]></content>
5+
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
6+
<tabTrigger>schemao</tabTrigger>
7+
<!-- Optional: Set a scope to limit where the snippet will trigger -->
8+
<!-- <scope>source.python</scope> -->
9+
</snippet>

0 commit comments

Comments
 (0)