This file is indexed.

/usr/share/anjuta/languages.xml is in anjuta-common 2:3.4.0-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
<!-- Anjuta programming languages database. Please note that
		 ids start from 1 and that names have to be unique 
		 Strings are recognized caseless -->
<languages>
	<language id="1" name="C" strings="c,chdr" mime-types="text/x-csrc,text/x-chdr" make-target=".o" />
	<language id="2" name="C++" strings="c,cpp,c++,chdr" mime-types="text/x-c++src,text/x-c++hdr" make-target=".o" />
	<language id="3" name="Java" strings="java" mime-types="text/x-java" make-target=".class" />
	<language id="4" name="Python" strings="python" mime-types="text/x-python,application/x-extension-wsgi"/>
	<language id="5" name="C#" strings="c#,csharp" mime-types="text/x-csharp" />
	<language id="6" name="Vala" strings="vala" mime-types="text/x-vala" make-target=".o"/>
	<language id="7" name="JavaScript" strings="js,javascript" mime-types="application/javascript"/>
	<language id="8" name="Perl" strings="perl" mime-types="application/x-perl"/>
	<language id="9" name="Makefile" strings="makefile" mime-types="text/x-makefile" />
	<language id="10" name="ShellScript" strings="sh,shell" mime-types="application/x-sh" />
</languages>