unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 359817a040f4104bca8c315ddbb528220927fee7 2965 bytes (raw)
name: talks/jres-2022/src/listings-scheme.tex 	 # note: path name is non-authoritative(*)

 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
 
% This file contains some restricted keywords for highlighting the all the
% snippets in LaTeX.  The main purpose is to easy reading the Scheme
% Domain-Specific code by coloring what is Guile-specific, user-specific and DSL-specific.
%
% The language shell is also trivially defined.

\usepackage{listings}
\usepackage{color}

\definecolor{someguile}{rgb}{0.0, 0.25, 0.8}
\definecolor{somestring}{rgb}{0.8, 0.25, 0.0}
\definecolor{somevariable}{rgb}{0.0, 0.5, 0.0}
\definecolor{somecomment}{rgb}{1.0, 0.0, 0}
\definecolor{bracket}{rgb}{0.6, 0.6, 0.6}

\lstdefinelanguage{Scheme}{
    basicstyle=\normalsize\ttfamily\slshape\color{somevariable},
    sensitive=true,
    alsoletter={-,\#,:,>},
    morestring = [b]",
    stringstyle=\upshape\color{somestring},
    morecomment=[l]{;},
    commentstyle=\upshape\color{somecomment},
    literate=
            *{(}{{\textcolor{bracket}{(}}}{1}
            {)}{{\textcolor{bracket}{)}}}{1},
    classoffset=0,
    % Guile
    morekeywords={
        define, define-public,
        list, map, compose,
        cons,
        lambda,
        let, let*, quote,
        append, string-append,
        use-modules, define-module, \#:use-module, \#:prefix
        },
    keywordstyle=\ttfamily\upshape\color{someguile},
    classoffset=1,
    % Fix
    morekeywords={
        guix, transformations,
        gnu, srfi, srfi-1,
        desktop, mcron, networking, xorg,
        certs, fonts,
        font-bitstream-vera, nss-certs,
        xfce-desktop-service-type,
        cron-jobs, mcron-service-type,
        dhcp-client-service-type,
    },
    keywordstyle=\ttfamily\upshape\color{black},
    classoffset=1,
    % DSL
    morekeywords={
    package,
    name, version,
    build-system, gnu-build-system, arguments,
    inputs,
    synopsis, description, license,
    source, origin,
    method, url-fetch, git-fetch,
    specifications->manifest, specification->package, packages->manifest,
    options->transformation, with-c-toolchain,
    },
    % DSL VM
    morekeywords={
    use-service-modules, use-package-modules,
    operating-system,
    host-name, timezone, locale, keyboard-layout, label, firmware,
    bootloader, bootloader-configuration, grub-bootloader, targets, terminal-outputs,
    users, user-account, name, password, group, supplementary-groups,
    file-systems, file-system, mount-point, device, type,
    base-file-systems,          % bug with %base-
    base-user-accounts,
    base-packages,
    packages,
    services, service, simple-service,
    plain-file,
    },
    keywordstyle=\ttfamily\bfseries\upshape\color{black},
    classoffset=0,
}

\lstdefinelanguage{shell}{
    basicstyle=\normalsize\ttfamily,
    sensitive=true,
    morestring = [b]",
    stringstyle=\upshape\color{red},
    morecomment=[l]{\#},
    commentstyle=\upshape\color{green},
}

% \lstdefinelanguage{text}{
%     basicstyle=\normalsize\ttfamily,
%     sensitive=true,
%     commentstyle=\upshape\color{green},
% }

debug log:

solving 359817a ...
found 359817a in https://yhetil.org/guix-patches/20220620035132.3461-1-zimon.toutoune@gmail.com/

applying [1/1] https://yhetil.org/guix-patches/20220620035132.3461-1-zimon.toutoune@gmail.com/
diff --git a/talks/jres-2022/src/listings-scheme.tex b/talks/jres-2022/src/listings-scheme.tex
new file mode 100644
index 0000000..359817a

Checking patch talks/jres-2022/src/listings-scheme.tex...
Applied patch talks/jres-2022/src/listings-scheme.tex cleanly.

index at:
100644 359817a040f4104bca8c315ddbb528220927fee7	talks/jres-2022/src/listings-scheme.tex

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).