This file is indexed.

/usr/share/bluefish/bflang/vbscript.bflang2 is in bluefish-data 2.2.7-2.

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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0"?>
<!--
		Bluefish HTML Editor
		vbscript.bflang2 $Revision: 4745 $
 
		Copyright (C) 2008,2009 Olivier Sessink, Alex Bodnaru

	    This program is free software: you can redistribute it and/or modify
		it under the terms of the GNU General Public License as published by
		the Free Software Foundation, either version 3 of the License, or
		(at your option) any later version.

		This program is distributed in the hope that it will be useful,
		but WITHOUT ANY WARRANTY; without even the implied warranty of
		MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
		GNU General Public License for more details.

		You should have received a copy of the GNU General Public License
		along with this program.  If not, see <http://www.gnu.org/licenses/>.		
-->
<!DOCTYPE bflang [
	<!ENTITY all-vbscript SYSTEM "all-vbscript.bfinc">
]>
<bflang name="VBScript" version="2.0" table="304" contexts="5" matches="101">
<header>
	<mime type="application/x-vbscript"/>
	<option name="load_reference" default="1"/>
	<option name="load_completion" default="1"/>
	<option name="show_in_menu" default="1"/>
	<highlight name="attribute-string" style="string-no-spell-check" />
	<highlight name="vbs-string" style="string"  />
	<highlight name="vbs-type" style="type"  />
	<highlight name="vbs-brackets" style="brackets"  />
	<highlight name="vbs-keyword" style="keyword"  />
	<highlight name="vbs-value" style="value" />
	<highlight name="vbs-function" style="function"  />
	<highlight name="vbs-comment" style="comment"  />
	<highlight name="vbs-variable" style="variable"  />
</header>
<properties>
	<comment id="cm.vbcomment" type="line" start="'" />
	<comment id="cm.vbremcomment" type="line" start="rem " />
</properties>

<definition>
	<context symbols=" ():\&#34;\\',&gt;&lt;*+=-/_&#9;&#10;&#13;." commentid_block="none" commentid_line="cm.vbcomment">
	&all-vbscript;
	</context>
</definition>
</bflang>