el-get/recipes/tern.rcp
2014-12-21 23:57:09 +00:00

9 lines
361 B
Plaintext

(:name tern
:description "A JavaScript code analyzer for deep, cross-editor language support."
:type github
:pkgname "marijnh/tern"
:build '(("npm" "--production" "install"))
:prepare (add-to-list 'auto-mode-alist
'("\\.tern-\\(project\\|\\config\\)\\'" . json-mode))
:load-path ("emacs"))