This file is indexed.

/usr/lib/aspell/context-filter.info is in libaspell15 0.60.7~20110707-1.

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
# context filter option file

#This Filter is usable with the following version(s) of Aspell
ASPELL >=0.51

#This line will be printed when typing `aspell help context'
DESCRIPTION experimental filter for hiding delimited contexts

STATIC filter

OPTION delimiters
TYPE list
DESCRIPTION context delimiters (separated by spaces)
DEFAULT " "
DEFAULT /* */
DEFAULT // \0
ENDOPTION

OPTION visible-first
TYPE bool
DESCRIPTION swaps visible and invisible text
DEFAULT false
ENDOPTION