This file is indexed.

/usr/share/medit-1/language-specs/python-console.lang is in medit 1.0.3-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
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<language id="python-console" name="python-console" version="2.0" hidden="true">
  <styles>
    <style id="ps" name="ps" map-to="def:keyword"/>
  </styles>

  <definitions>
    <context id="python-console">
      <include>
        <context end-at-line-end="true">
          <start>^(>>>|\.\.\.)\ </start>
          <include>
            <context sub-pattern="1" where="start" style-ref="ps"/>
            <context ref="python:python"/>
          </include>
        </context>
      </include>
    </context>
  </definitions>
</language>