The version you requested (3.13.0-86.131) is not available, but a newer one is (3.13.0-166.216). We redirected you there.
This file is indexed.

/usr/share/a2ps/sheets/modula2.ssh is in a2ps 1:4.14-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
# Style sheet for modula-2
# Copyright (c) 1997, Peter Bartke
# $Id: modula2.ssh,v 1.1.1.1 2002/03/04 18:46:27 akim Exp $
#

style "Modula 2" is
written by "Peter Bartke <bartke@inf.fu-berlin.de>"
version is 1.0
requires a2ps version 4.9.7

alphabets are
   "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz_"
case sensitive

# Common to Modula 2 and Modula 3
keywords in Keyword_strong are
  AND, ARRAY, BEGIN, BY, CASE, CONST, DIV, DO, ELSE, ELSIF, END, EXIT,
  FOR, FROM, IF, IMPORT, IN, LOOP, MOD, MODULE, NOT, OF, OR,
  PROCEDURE, RECORD, REPEAT, RETURN, SET, THEN, TO, TYPE, UNTIL, VAR,
  WHILE, WITH
end keywords

# Modula 2 only
keywords in Keyword_strong are
  DEFINITION, EXPORT, IMPLEMENTATION, POINTER, QUALIFIED
end keywords

keywords in Keyword are
  ADDRESS, BITSET, BOOLEAN, CARDINAL, CHAR, INTEGER, LONGINT,
  LONGREAL, WORD, PROC, REAL, FALSE, TRUE, NIL, ABS, CAP, CHR, FLOAT,
  HIGH, MAX, MIN, ODD, ORD, SIZE, TRUNC, VAL, DEC, INC, INCL, EXCL,
  HALT
end keywords
optional keywords are
   IN \in,
   NOT \not,
   AND \wedge,
   OR \vee
end keywords
optional operators are
   ^  \uparrow,
   <= \leq,
   >= \geq,
   <> \neq,
   "#" \neq,
   &  \wedge
end operators
sequences are
    "(*" Plain Comment "*)" Plain,
    C-string,
    C-char
end sequences
end style