/usr/share/codeblocks/lexers/lexer_xml.xml is in codeblocks-common 10.05-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 51 52 | <?xml version="1.0"?>
<!DOCTYPE CodeBlocks_lexer_properties>
<CodeBlocks_lexer_properties>
<Lexer name="XML"
index="5"
filemasks="*.xml,*.xsl,*.xrc">
<Style name="Default"
index="0"
fg="0,0,0"
bg="255,255,255"
bold="0"
italics="0"
underlined="0"/>
<Style name="Tag"
index="1,2"
fg="128,0,128"
bold="1"/>
<Style name="Attribute name"
index="3,4"
fg="0,0,0"
bold="1"/>
<Style name="Attribute value"
index="5,6,7,8"
fg="0,0,255"/>
<Style name="Comment"
index="9"
fg="0,128,0"/>
<Style name="Entity"
index="10"
fg="255,69,0"
bold="1"/>
<Style name="XML Start"
index="12"
fg="128,0,128"/>
<Style name="XML End"
index="13"
fg="128,0,128"/>
<Style name="CDATA Section"
index="17"
fg="0,0,0"
italics="1"/>
<SampleCode value="lexer_xml.sample"/>
<LanguageAttributes
LineComment=""
StreamCommentStart="<!--"
StreamCommentEnd="-->"
BoxCommentStart="<!-- "
BoxCommentMid=" -- "
BoxCommentEnd=" -->"
CaseSensitive="1"/>
</Lexer>
</CodeBlocks_lexer_properties>
|