This file is indexed.

/usr/share/pluma/plugins/snippets/haskell.xml is in pluma-common 1.12.2-2.

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
<?xml version="1.0" encoding="UTF-8"?>
<snippets language="Haskell">
  <snippet id="mod">
    <text><![CDATA[module ${1:Main} where
	$0]]></text>
    <description>module</description>
    <tag>mod</tag>
  </snippet>
  <snippet id="\">
    <text><![CDATA[\\${1:t} -> ${1:t}]]></text>
    <description>\t -&gt; t</description>
    <tag>\</tag>
  </snippet>
</snippets>