This file is indexed.

/usr/share/codeblocks/lexers/lexer_batch.xml is in codeblocks-common 10.05-2.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
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
51
52
53
54
55
<?xml version="1.0"?>
<!DOCTYPE CodeBlocks_lexer_properties>
<CodeBlocks_lexer_properties>
        <Lexer name="Batch"
				index="12"
				filemasks="*.bat,*.cmd,*.nt">
				<Style name="Default"
						index="0"
						fg="0,0,0"
						bg="255,255,255"
						bold="0"
						italics="0"
						underlined="0"/>
                <Style name="Comment"
						index="1"
						fg="128,128,128"/>
                <Style name="Keyword"
						index="2"
						fg="0,0,160"
						bold="1"/>
                <Style name="Label"
						index="3"
						fg="224,160,0"
						bold="1"/>
                <Style name="Hide command character"
						index="4"
						fg="128,128,0"/>
                <Style name="External command"
						index="5"
						fg="0,128,128"
						bold="1"/>
                <Style name="Variable: %%"
						index="6"
						fg="128,0,128"/>
                <Style name="Operator"
						index="7"
						fg="255,0,0"/>
                <Keywords>
                        <Set index="0"
                            value="rem set if exist errorlevel for in do break call chcp cd chdir
                                   choice cls country ctty date del erase dir echo exit goto
                                   loadfix loadhigh mkdir md move path pause prompt rename ren
                                   rmdir rd shift time type ver verify vol com con lpt nul"/>
                </Keywords>
                <SampleCode value="lexer_batch.sample"/>
                <LanguageAttributes
                    LineComment="REM "
                    StreamCommentStart=""
                    StreamCommentEnd=""
                    BoxCommentStart=""
                    BoxCommentMid=""
                    BoxCommentEnd=""
                    CaseSensitive="0"/>
        </Lexer>
</CodeBlocks_lexer_properties>