Skip to content

Commit c45c49f

Browse files
committed
update: readme with english language and scopes
1 parent 058d387 commit c45c49f

File tree

1 file changed

+75
-6
lines changed

1 file changed

+75
-6
lines changed

README.md

Lines changed: 75 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
## Install
77

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).
99

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.
1111

1212
## Snippets
1313

@@ -16,6 +16,75 @@ Manualmente, você pode baixar o pacote e colocá-lo dentro do seu diretório `P
1616
- JavaScript
1717
- Schema.org
1818

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
57+
- Matlab: source.matlab
58+
- Objective-C: source.objc
59+
- Objective-C++: source.objc++
60+
- OCaml campl4: source.camlp4.ocaml
61+
- OCaml: source.ocaml
62+
- OCamllex: source.ocamllex
63+
- Perl: source.perl
64+
- PHP: source.php
65+
- Regular Expression(python): source.regexp.python
66+
- Python: source.python
67+
- R Console: source.r-console
68+
- R: source.r
69+
- Ruby on Rails: source.ruby.rails
70+
- Ruby HAML: text.haml
71+
- SQL(Ruby): source.sql.ruby
72+
- Regular Expression: source.regexp
73+
- RestructuredText: text.restructuredtext
74+
- Ruby: source.ruby
75+
- SASS: source.sass
76+
- Scala: source.scala
77+
- Shell Script: source.shell
78+
- SQL: source.sql
79+
- Stylus: source.stylus
80+
- TCL: source.tcl
81+
- HTML(TCL): text.html.tcl
82+
- Plain text: text.plain
83+
- Textile: text.html.textile
84+
- XML: text.xml
85+
- XSL: text.xml.xsl
86+
- YAML: source.yaml
87+
1988
## References
2089

2190
* [@caiogondim](https://github.com/caiogondim) (Caio Gondim)
@@ -30,10 +99,10 @@ Manualmente, você pode baixar o pacote e colocá-lo dentro do seu diretório `P
3099
## Contributing
31100

32101
- Fork it!
33-
- Create your feature branch: git checkout -b my-new-feature
34-
- Commit your changes: git commit -m 'Add some feature'
35-
- Push to the branch: git push origin my-new-feature
36-
- Submit a pull request :D
102+
- Create your feature branch: `git checkout -b my-new-feature`
103+
- Commit your changes: `git commit -m 'Add some feature'`
104+
- Push to the branch: `git push origin my-new-feature`
105+
- Submit a pull request
37106

38107
## Log
39108

0 commit comments

Comments
 (0)