Sublime: add DashDoc plugin.

This commit is contained in:
Artem Sapegin 2013-09-30 08:22:58 +04:00
parent d3bc1d53f1
commit 94c454acaf
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,31 @@
{
"syntax_sensitive_as_default": true,
"syntax_docset_map":
{
"ActionScript" : "actionscript",
"C" : "c",
"C++" : "cpp",
"Clojure" : "clojure",
"CSS" : "css",
"Erlang" : "erlang",
"GoSublime" : "go",
"Groovy" : "groovy",
"Haskell" : "haskell",
"HTML" : "html",
"Java" : "java7",
"JavaScript" : "javascript",
"Lisp" : "lisp",
"Literate Haskell" : "haskell",
"Lua" : "lua",
"Perl" : "perl",
"PHP" : "php",
"Python" : "python2",
"Ruby on Rails" : "rails",
"Ruby" : "ruby",
"Scala" : "scala",
"Shell-Unix-Generic": "manpages",
"SQL" : "psql",
"TCL" : "tcl",
"Stylus" : "css"
}
}

View File

@ -4,6 +4,7 @@
[
"AdvancedNewFile",
"CoffeeScript",
"DashDoc",
"DocBlockr",
"eco",
"EditorConfig",