Skip to content

Commit

Permalink
Add a recipe for gyp-mode.
Browse files Browse the repository at this point in the history
This is the official mode for gyp files. Since Google Code does not
provide source archive anymore, we just "hotlink" to the appropriate
file.
  • Loading branch information
vincentbernat committed Jan 11, 2014
1 parent ee3add7 commit 7b2e04d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipes/gyp-mode.rcp
@@ -0,0 +1,9 @@
(:name gyp-mode
:description "Major mode for editing gyp files"
:type http
:url "https://gyp.googlecode.com/svn/trunk/tools/emacs/gyp.el"
:prepare (progn
(autoload 'gyp-mode "gyp"
"Major mode for editing gyp files")
(add-to-list 'auto-mode-alist '("\\.gyp$" . gyp-mode))
(add-to-list 'auto-mode-alist '("\\.gypi$" . gyp-mode))))

0 comments on commit 7b2e04d

Please sign in to comment.