Skip to content

Commit

Permalink
Added Rust support
Browse files Browse the repository at this point in the history
  • Loading branch information
vhbit committed Jun 26, 2014
1 parent 5f5e300 commit 8125890
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dash-at-point.el
Expand Up @@ -110,6 +110,7 @@ Nil means use the modern mode ('dash-plugin://').
(puppet-mode . "puppet")
(python-mode . "python3,django,twisted,sphinx,flask,tornado,sqlalchemy,numpy,scipy,saltcvp")
(ruby-mode . "ruby,rubygems,rails")
(rust-mode . "rust")
(sass-mode . "sass,compass,bourbon,neat,css")
(scala-mode . "scala,akka,playscala,scaladoc")
(stylus-mode . "stylus")
Expand Down Expand Up @@ -164,6 +165,7 @@ for one or more docsets in Dash."
(puppet-mode . "puppet")
(python-mode . "python3")
(ruby-mode . "ruby")
(rust-mode . "rust")
(sass-mode . "sass")
(scala-mode . "scala")
(stylus-mode . "stylus")
Expand Down

0 comments on commit 8125890

Please sign in to comment.