This file is indexed.

/usr/share/juffed/hlschemes/cplusplus.xml is in juffed 0.9.1137-1ubuntu3.

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" encoding="UTF-8" ?>
<!DOCTYPE JuffScheme>
<JuffScheme>
<scheme name="C++">
	<style name="preprocessor" color="#00aa00" />
	<style name="keyword" color="#000099" />
	<style name="number" color="#009900" bold="true" />
	<style name="string" color="#bb0000" />
	<style name="comment" color="#99a999" bgColor="#f0f6f0" italic="true"/>
	<style name="commentdoc" color="#a09090" bgColor="#f6f0f0" />
	<style name="commentdockeyword" color="#903030" bgColor="#f6f0f0" bold="true" />
	<style name="unclosedString" color="#990000" bgColor="#ff3030" bold="false" italic="false" />
	<style name="operator" color="#660099" />
</scheme>
</JuffScheme>