This file is indexed.

/usr/share/yelp-xsl/js/jquery.syntax.brush.plain.js is in yelp-xsl 3.10.1-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
// brush: "plain" aliases: ["text"]

//	This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License.
//	Copyright (c) 2011 Samuel G. D. Williams. <http://www.oriontransfer.co.nz>
//	See <jquery.syntax.js> for licensing details.

Syntax.register('plain', function(brush) {
	brush.push(Syntax.lib.webLink);
});