mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-28 17:20:22 +00:00
Add Cask file as Emacs Lisp (#3416)
* Add Cask file as Emacs Lisp * Replace Cask file (original is zonuexe/composer.el)
This commit is contained in:
committed by
Brandon Black
parent
1415f4b52d
commit
27bb41aa4d
@@ -1121,6 +1121,7 @@ Emacs Lisp:
|
||||
- ".gnus"
|
||||
- ".spacemacs"
|
||||
- ".viper"
|
||||
- Cask
|
||||
- Project.ede
|
||||
- _emacs
|
||||
- abbrev_defs
|
||||
|
||||
9
samples/Emacs Lisp/filenames/Cask
Normal file
9
samples/Emacs Lisp/filenames/Cask
Normal file
@@ -0,0 +1,9 @@
|
||||
(package "composer" "0.0.7" "Interface to PHP Composer")
|
||||
(source "melpa" "https://melpa.org/packages/")
|
||||
|
||||
(package-file "composer.el")
|
||||
|
||||
(depends-on "f")
|
||||
(depends-on "s")
|
||||
(depends-on "request")
|
||||
(depends-on "seq")
|
||||
Reference in New Issue
Block a user