Skip to content

Commit 57da638

Browse files
committed
add: list of scopes
1 parent 4116c14 commit 57da638

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

SCOPES.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
Here is a list of scopes to use in Sublime Text snippets:
2+
3+
- ActionScript: source.actionscript.2
4+
- AppleScript: source.applescript
5+
- ASP: source.asp
6+
- Batch FIle: source.dosbatch
7+
- C#: source.cs
8+
- C++: source.c++
9+
- Clojure: source.clojure
10+
- CoffeeScript: source.coffee
11+
- CSS: source.css
12+
- D: source.d
13+
- Diff: source.diff
14+
- Erlang: source.erlang
15+
- Go: source.go
16+
- GraphViz: source.dot
17+
- Groovy: source.groovy
18+
- Haskell: source.haskell
19+
- HTML: text.html(.basic)
20+
- JSP: text.html.jsp
21+
- Java: source.java
22+
- Java Properties: source.java-props
23+
- Java Doc: text.html.javadoc
24+
- JSON: source.json
25+
- Javascript: source.js
26+
- BibTex: source.bibtex
27+
- Latex Log: text.log.latex
28+
- Latex Memoir: text.tex.latex.memoir
29+
- Latex: text.tex.latex
30+
- LESS: source.css.less
31+
- TeX: text.tex
32+
- Lisp: source.lisp
33+
- Lua: source.lua
34+
- MakeFile: source.makefile
35+
- Markdown: text.html.markdown
36+
- Multi Markdown: text.html.markdown.multimarkdown
37+
- Matlab: source.matlab
38+
- Objective-C: source.objc
39+
- Objective-C++: source.objc++
40+
- OCaml campl4: source.camlp4.ocaml
41+
- OCaml: source.ocaml
42+
- OCamllex: source.ocamllex
43+
- Perl: source.perl
44+
- PHP: source.php
45+
- Regular Expression(python): source.regexp.python
46+
- Python: source.python
47+
- R Console: source.r-console
48+
- R: source.r
49+
- Ruby on Rails: source.ruby.rails
50+
- Ruby HAML: text.haml
51+
- SQL(Ruby): source.sql.ruby
52+
- Regular Expression: source.regexp
53+
- RestructuredText: text.restructuredtext
54+
- Ruby: source.ruby
55+
- SASS: source.sass
56+
- Scala: source.scala
57+
- Shell Script: source.shell
58+
- SQL: source.sql
59+
- Stylus: source.stylus
60+
- TCL: source.tcl
61+
- HTML(TCL): text.html.tcl
62+
- Plain text: text.plain
63+
- Textile: text.html.textile
64+
- XML: text.xml
65+
- XSL: text.xml.xsl
66+
- YAML: source.yaml

0 commit comments

Comments
 (0)