Sublime: add DashDoc plugin.
This commit is contained in:
parent
d3bc1d53f1
commit
94c454acaf
31
sublime/User/DashDoc.sublime-settings
Normal file
31
sublime/User/DashDoc.sublime-settings
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
@ -4,6 +4,7 @@
|
|||||||
[
|
[
|
||||||
"AdvancedNewFile",
|
"AdvancedNewFile",
|
||||||
"CoffeeScript",
|
"CoffeeScript",
|
||||||
|
"DashDoc",
|
||||||
"DocBlockr",
|
"DocBlockr",
|
||||||
"eco",
|
"eco",
|
||||||
"EditorConfig",
|
"EditorConfig",
|
||||||
|
Loading…
Reference in New Issue
Block a user