This file is indexed.

/usr/share/kde4/apps/katepart/syntax/plasma-desktop-js.xml is in plasma-desktop 4:4.8.5-0ubuntu0.4.

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 language SYSTEM "language.dtd">
<!-- Author: Aaron Seigo <aseigo@kde.org> //-->
<!-- Full JavaScript 1.0 support by Whitehawk Stormchaser //-->


<language name="JavaScript/PlasmaDesktop" hidden="true" version="0.1" kateversion="2.4" section="Other" extensions="" mimetype="" author="Aaron Seigo (aseigo@kde.org, Whitehawk Stormchaser (zerokode@gmx.net)" license="BSD">
    <highlighting>
        <contexts>
            <context name="Start" attribute="Normal Text" lineEndContext="#stay">
                <IncludeRules context="##JavaScript" />
            </context>
        </contexts>
    </highlighting>
</language>