This file is indexed.

/usr/share/lyx/layouts/litinsets.inc is in lyx-common 2.2.2-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
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
# Literate Chunk inset definitions.
# This defines the Chunk inset used in the literate modules.
#
# Author: Liviu Andronic <landronimirc@gmail.com>
#
# Note that this file is included in sweave.module,
# knitr.module and noweb.module.

Format 60

Counter chunk
    PrettyFormat "Chunk ##"
End

OutlinerName literate "Literate programming"

InsetLayout "Flex:Chunk"
    LabelString          "Chunk"
    LatexType            none
    LyXType              Custom
    Counter              chunk
    RightDelim           <br/>@
    Decoration           Classic
    Font
      Color              latex
      Family             typewriter
    EndFont
#   LabelFont
#      Color              latex
#      Size               Small
#   EndFont
    MultiPar              true
    CustomPars            false
    ForcePlain            true
    PassThru              1
    ParbreakIsNewline     1
    KeepEmpty             true
    Spellcheck            0
    FreeSpacing           true
    ForceLTR              true
    AddToToc              literate
    IsTocCaption          0
    Argument 1
            Mandatory     1
            LabelString   "Options"
            Tooltip       "Options"
            LeftDelim     <<
            RightDelim    >>=<br/>
			IsTocCaption  1
    EndArgument
    ResetsFont            false
    ForceOwnlines         true
End