-
-
Save bantya/0a4fc41b3d26fd1656ae0b13df99494b to your computer and use it in GitHub Desktop.
Sublime Text 3 scopes to be used for Snippets Makers / Plugin Developers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A list of Sublime Text 3 scopes to be used for Snippets Makers / Plugin Developers. | |
Main Symbol Scopes: entity.name.function, entity.name.type, meta.toc-list | |
ActionScript: source.actionscript.2 | |
AppleScript: source.applescript | |
ASP: source.asp | |
Batch FIle: source.dosbatch | |
BibTex: source.bibtex | |
C#: source.cs | |
C++: source.c++ | |
Clojure: source.clojure | |
CoffeeScript: source.coffee | |
CSS: source.css | |
D: source.d | |
Diff: source.diff | |
Erlang: source.erlang | |
Go: source.go | |
GraphViz: source.dot | |
GraphQL: source.graphql | |
Groovy: source.groovy | |
Haskell: source.haskell | |
HTML(TCL): text.html.tcl | |
HTML: text.html(.basic) | |
Java Doc: text.html.javadoc | |
Java Properties: source.java-props | |
Java: source.java | |
Javascript: source.js | |
JSON: source.json | |
JSP: text.html.jsp | |
LaTex Log: text.log.latex | |
LaTex Memoir: text.tex.latex.memoir | |
LaTex: text.tex.latex | |
LESS: source.css.less | |
Lisp: source.lisp | |
Lua: source.lua | |
MakeFile: source.makefile | |
Markdown: text.html.markdown | |
Matlab: source.matlab | |
Multi Markdown: text.html.markdown.multimarkdown | |
Objective-C++: source.objc++ | |
Objective-C: source.objc | |
OCaml campl4: source.camlp4.ocaml | |
OCaml: source.ocaml | |
OCamllex: source.ocamllex | |
Pascal: source.pascal | |
Perl: source.perl | |
PHP: source.php | |
Plain text: text.plain | |
Python: source.python | |
R Console: source.r-console | |
R: source.r | |
Regular Expression(python): source.regexp.python | |
Regular Expression: source.regexp | |
RestructuredText: text.restructuredtext | |
Ruby HAML: text.haml | |
Ruby on Rails: source.ruby.rails | |
Ruby: source.ruby | |
SASS: source.sass | |
Scala: source.scala | |
Shell Script: source.shell | |
SQL(Ruby): source.sql.ruby | |
SQL: source.sql | |
Stylus: source.stylus | |
TCL: source.tcl | |
TeX: text.tex | |
Textile: text.html.textile | |
XML: text.xml | |
XSL: text.xml.xsl | |
YAML: source.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment