This file is indexed.

/usr/share/yelp-xsl/js/jquery.syntax.layout.yelp.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
Syntax.layouts.yelp = function(options, code, container) {
  code.addClass('contents');
  return code;
};