mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
tweaked project definitions
This commit is contained in:
@@ -2,4 +2,13 @@
|
||||
(define-project-type ruby (generic)
|
||||
(or (look-for "Rakefile") (look-for "Gemfile") (look-for "config.ru")
|
||||
(look-for "\.gemspec$") (look-for "Capfile"))
|
||||
:irrelevant-files ("vendor/bundle/" "coverage/" "^#.*#$" "\.DS_Store")))
|
||||
:irrelevant-files ("^[#]" ".git/" "vendor/bundle/" "coverage/"
|
||||
"\.DS_Store"))
|
||||
|
||||
(define-project-type node-js (generic)
|
||||
(look-for "package.json")
|
||||
:irrelevant-files ("^[#]" ".git/" "node_modules"))
|
||||
|
||||
(define-project-type coffeescript (node-js)
|
||||
(look-for "Cakefile"))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user