You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+75-6Lines changed: 75 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
6
6
## Install
7
7
8
-
Se já tem o [Package Control](http://wbond.net/sublime_packages/package_control)instalado, basta procurar por***Project Snippets***. Se ainda não instalou no sublime, pode fazer isso por [aqui](http://wbond.net/sublime_packages/package_control/installation).
8
+
If you already have the [Package Control](http://wbond.net/sublime_packages/package_control)installed , just search for***Project Snippets***. If you have not installed in the sublime, you can do it [here](http://wbond.net/sublime_packages/package_control/installation).
9
9
10
-
Manualmente, você pode baixar o pacote e colocá-lo dentro do seu diretório `Packages`. Irá funcionar, mas não será atualizado automaticamente.
10
+
You can manually download the package and place it within your `Packages` directory. It will work, but will not be updated automatically.
11
11
12
12
## Snippets
13
13
@@ -16,6 +16,75 @@ Manualmente, você pode baixar o pacote e colocá-lo dentro do seu diretório `P
16
16
- JavaScript
17
17
- Schema.org
18
18
19
+
## Scopes
20
+
21
+
Here is a list of scopes to use in Sublime Text snippets:
22
+
23
+
- ActionScript: source.actionscript.2
24
+
- AppleScript: source.applescript
25
+
- ASP: source.asp
26
+
- Batch FIle: source.dosbatch
27
+
- C#: source.cs
28
+
- C++: source.c++
29
+
- Clojure: source.clojure
30
+
- CoffeeScript: source.coffee
31
+
- CSS: source.css
32
+
- D: source.d
33
+
- Diff: source.diff
34
+
- Erlang: source.erlang
35
+
- Go: source.go
36
+
- GraphViz: source.dot
37
+
- Groovy: source.groovy
38
+
- Haskell: source.haskell
39
+
- HTML: text.html(.basic)
40
+
- JSP: text.html.jsp
41
+
- Java: source.java
42
+
- Java Properties: source.java-props
43
+
- Java Doc: text.html.javadoc
44
+
- JSON: source.json
45
+
- Javascript: source.js
46
+
- BibTex: source.bibtex
47
+
- Latex Log: text.log.latex
48
+
- Latex Memoir: text.tex.latex.memoir
49
+
- Latex: text.tex.latex
50
+
- LESS: source.css.less
51
+
- TeX: text.tex
52
+
- Lisp: source.lisp
53
+
- Lua: source.lua
54
+
- MakeFile: source.makefile
55
+
- Markdown: text.html.markdown
56
+
- Multi Markdown: text.html.markdown.multimarkdown
0 commit comments