This file is indexed.

/usr/share/juffed/hlschemes/css.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
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE JuffScheme>
<JuffScheme>
<scheme name="CSS">
	<style name="tag" color="#0d0581" />
	<style name="value" color="#800970" bold="false" italic="false" />
	<style name="property" color="#0940d0" />
	<style name="operator" color="#600000" />
	<style name="id" color="#308086" />
	<style name="important" color="#f09000" />
	<style name="comment" color="#999999" italic="true" />
	<style name="singleString" color="#e00970" />
	<style name="doubleString" color="#e00970" />
	<style name="pseudoClass" color="#a00514" />
	<style name="classSelector" color="#003040" />

<!-- NOT IMPLEMENTED YET
Attribute 
UnknownPseudoClass 	An unknown pseudo class.
UnknownProperty 	An unknown property.
AtRule 	An @-rule.
PseudoElement 	A pseudo element. The list of pseudo elements is defined by keyword set 5.
ExtendedCSSProperty 	An extended (browser specific) CSS property. The list of extended CSS properties is defined by keyword set 6.
ExtendedPseudoClass 	An extended (browser specific) pseudo class. The list of extended pseudo classes is defined by keyword set 7.
ExtendedPseudoElement 	An extended (browser specific) pseudo element. The list of extended pseudo elements is defined by keyword set 8. 
-->
</scheme>
</JuffScheme>