-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlem-pygments-colorthemes.asd
43 lines (43 loc) · 1.85 KB
/
lem-pygments-colorthemes.asd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
;;;; Autogenerated ASD file for system "LEM-PYGMENTS-COLORTHEMES"
;;;; In order to regenerate it, run update-asdf
;;;; from shell (see https://github.com/phoe-krk/asd-generator)
;;;; For those who do not have update-asdf,
;;;; run `ros install asd-generator` (if you have roswell installed)
;;;; There are also an interface available from lisp:
;;;; (asd-generator:regen &key im-sure)
(defsystem "lem-pygments-colorthemes"
:description "colorthemes for lem ported from pygments"
:author "Tani Kojiro"
:license "MIT"
:serial t
:depends-on (#:lem)
:components ((:module "themes"
:components ((:file "abap")
(:file "algol")
(:file "algol_nu")
(:file "arduino")
(:file "autumn")
(:file "borland")
(:file "bw")
(:file "colorful")
(:file "default")
(:file "emacs")
(:file "friendly")
(:file "fruity")
(:file "igor")
(:file "lovelace")
(:file "manni")
(:file "monokai")
(:file "murphy")
(:file "native")
(:file "paraiso-dark")
(:file "paraiso-light")
(:file "pastie")
(:file "perldoc")
(:file "rainbow_dash")
(:file "rrt")
(:file "tango")
(:file "trac")
(:file "vim")
(:file "vs")
(:file "xcode")))))