This file is indexed.

/usr/share/codeblocks/lexers/lexer_xml.sample is in codeblocks-common 10.05-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
<?xml version="1.0"?>
<!DOCTYPE myxml>
<myxml>
  <!-- comment -->
  <tag attribute1="value" attribute2="value">
  Some text with &quot;special entities&quot;
  </tag>
  <tag attribute1="value" attribute2="value"/>
  <tag attribute1="value" attribute2="value"/>
  <something>
    <![CDATA[ 
      This is a CDATA section
    ]]>
  </something>
</myxml>