This file is indexed.

/usr/share/codeblocks/lexers/lexer_A68k.xml is in codeblocks-common 13.12-3.

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
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<?xml version="1.0"?>
<!DOCTYPE CodeBlocks_lexer_properties>
<CodeBlocks_lexer_properties>
		<Lexer name="Motorola 68k"
		       index="100"
		       filemasks="*.asm">
                            <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="0,128,0"
                                    italics="1"/>
                            <Style  name="CPU instruction"
                                    index="7"
                                    fg="0,0,255"/>
                            <Style  name="Extended instruction"
                                    index="8"
                                    fg="0,0,255"
                                    italics="1"/>
                            <Style  name="Identifier"
                                    index="14"
                                    fg="0,0,0"/>
                            <Style  name="Decimal number"
                                    index="2"
                                    fg="192,64,0"/>
                            <Style  name="Binary number"
                                    index="3"
                                    fg="128,64,64"/>
                            <Style  name="Hexadecimal number"
                                    index="4"
                                    fg="128,0,0"/>
                            <Style  name="Operator"
                                    index="6"
                                    fg="0,0,0"
                                    bold="1"/>
                            <Style  name="String (single quote)"
                                    index="5"
                                    fg="64,128,64"/>
                            <Style  name="String (double quote)"
                                    index="13"
                                    fg="32,64,32"/>
                            <Style  name="Register"
                                    index="9"
                                    fg="255,0,0"/>
                            <Style  name="Directive"
                                    index="10"
                                    fg="0,0,64"
                                    bold="1"/>
                            <Style  name="Label"
                                    index="12"
                                    fg="64,0,0"
                                    bold="1"/>
                            <Style  name="Macro/equ declaration"
                                    index="15"
                                    fg="64,0,0"
                                    italics="1"/>
                            <Style  name="Macro argument"
                                    index="11"
                                    fg="255,0,128"
                                    italics="1"/>
                            <Style  name="Current word in comments"
                                    index="16"
                                    fg="128,0,255"/>
                            <Style  name="Special words in comments"
                                    index="17"
                                    fg="255,0,0"
                                    bg="255,160,64"
                                    bold="1"/>
                            <Style  name="Doxygen keywords"
                                    index="18"
                                    fg="0,128,128"/>

				<LanguageAttributes	LineComment=";"
							CaseSensitive="0"/>
				<Keywords>
					<!-- Instructions -->
					<Set index="0" value="abcd abcd.b
								add.b add.w add.l
								adda.w adda.l
								addi.b addi.w addi.l
								addq.b addq.w addq.l
								addx.b addx.w addx.l
								and.b and.w and.l
								andi.b andi.w andi.l
								asl.b asl.w asl.l
								asr.b asr.w asr.l
								bcc bcc.s bcc.w
								bcs bcs.s bcs.w
								beq beq.s beq.w
								bge bge.s bge.w
								bgt bgt.s bgt.w
								bhi bhi.s bhi.w
								ble ble.s ble.w
								bls bls.s bls.w
								blt blt.s blt.w
								bmi bmi.s bmi.w
								bne bne.s bne.w
								bpl bpl.s bpl.w
								bvc bvc.s bvc.w
								bvs bvs.s bvs.w
								bchg bchg.b bchg.l
								bclr bclr.b bclr.l
								bra.s bra.w
								bset bset.b btst.l
								bsr bsr.s bsr.w
								btst btst.b btst.l
								chk chk.w
								clr.b clr.w clr.l
								cmp.b cmp.w cmp.l
								cmpa.w cmpa.l
								cmpi.b cmpi.w cmpi.l
								cmpm.b cmpm.w cmpm.l
								dbcc dbcc.w
								dbcs dbcs.w
								dbeq dbeq.s
								dbf dbf.w
								dbge dbge.w
								dbgt dbgt.w
								dbhi dbhi.w
								dble dble.w
								dbls dbls.w
								dblt dblt.w
								dbmi dbmi.w
								dbne dbne.w
								dbpl dbpl.w
								dbt dbt.w
								dbvc dbvc.w
								dbvs dbvs.w
								dbra dbra.w
								divs divs.w
								divu divu.w
								eor.b eor.w eor.l
								eori.b eori.w eori.l
								exg exg.l
								ext.w ext.l
								illegal
								jmp
								jsr
								lea lea.l
								link
								lsl.b lsl.w lsl.l
								lsr.b lsr.w lsr.l
								move.b move.w move.l
								movea.w movea.l
								movem.w movem.l
								movep.w movep.l
								moveq moveq.l
								muls muls.w
								mulu mulu.w
								nbcd nbcd.b
								neg.b neg.w neg.l
								negx.b negx.w negx.l
								nop
								not.b not.w not.l
								or.b or.w or.l
								ori.b ori.w ori.l
								pea pea.l
								reset
								rol.b rol.w rol.l
								ror.b ror.w ror.l
								roxl.b roxl.w roxl.l
								roxr.b roxr.w roxr.l
								rte
								rtr
								rts
								sbcd sbcd.b
								scc scc.b
								scs scs.b
								seq seq.b
								sf sf.b
								sge sge.b
								sgt sgt.b
								shi shi.b
								sle sle.b
								sls sls.b
								slt slt.b
								smi smi.b
								sne sne.b
								spl spl.b
								st st.b
								svc svc.b
								svs svs.b
								stop
								sub.b sub.w sub.l
								suba.w suba.l
								subi.b subi.w subi.l
								subq.b subq.w subq.l
								subx.b subx.w subx.l
								swap swap.w
								tas tas.b
								trap
								trapv
								tst.b tst.w tst.l
								unlk"/>

					<!-- Registers -->
					<Set index="1" value="a0 a0.w a0.l
								a1 a1.w a1.l
								a2 a2.w a2.l
								a3 a3.w a3.l
								a4 a4.w a4.l
								a5 a5.w a5.l
								a6 a6.w a6.l
								a7 a7.w a7.l
								d0 d0.w d0.l
								d1 d1.w d1.l
								d2 d2.w d2.l
								d3 d3.w d3.l
								d4 d4.w d4.l
								d5 d5.w d5.l
								d6 d6.w d6.l
								d7 d7.w d7.l
								sr ccr pc usp ssp sp fp"/>

					<!-- Directives -->
					<Set index="2" value="include incbin even cnop xdef xref public section bss cseg dseg end
								dc.b dc.w dc.l ds.b ds.w ds.l dcb.b dcb.w dcb.l macro endm equ equr
								set ifeq endc ifne ifge ifgt ifle iflt ifc ifnc ifd ifnd near far
								org rorg nolist list page spc ttl idnt"/>

					<!-- Extended instructions -->
					<Set index="3" value="jbsr jra jhi jls jcc jne jeq jvc jvs jpl jmi jge jlt jgt jle"/>

                                        <!-- Special words -->
                                        <Set index="4" value="BUG DEBUG FIX FIXME HACK TODO WORKAROUND XXX"/>

                                        <!-- Doxygen keywords -->
                                        <Set index="5" value="\a
                                                                \addindex
                                                                \addtogroup
                                                                \anchor
                                                                \arg
                                                                \attention
                                                                \author
                                                                \authors
                                                                \b
                                                                \brief
                                                                \bug
                                                                \c
                                                                \callgraph
                                                                \callergraph
                                                                \category
                                                                \class
                                                                \code
                                                                \cond
                                                                \copybrief
                                                                \copydetails
                                                                \copydoc
                                                                \date
                                                                \def
                                                                \defgroup
                                                                \deprecated
                                                                \details
                                                                \dir
                                                                \dontinclude
                                                                \dot
                                                                \dotfile
                                                                \mscfile
                                                                \e
                                                                \else
                                                                \elseif
                                                                \em
                                                                \endcode
                                                                \endcond
                                                                \enddot
                                                                \endhtmlonly
                                                                \endif
                                                                \endinternal
                                                                \endlatexonly
                                                                \endlink
                                                                \endmanonly
                                                                \endmsc
                                                                \endrtfonly
                                                                \endverbatim
                                                                \endxmlonly
                                                                \enum
                                                                \example
                                                                \exception
                                                                \extends
                                                                \f$
                                                                \f[
                                                                \f]
                                                                \f{
                                                                \f}
                                                                \file
                                                                \fn
                                                                \headerfile
                                                                \hideinitializer
                                                                \htmlinclude
                                                                \htmlonly
                                                                \if
                                                                \ifnot
                                                                \image
                                                                \implements
                                                                \include
                                                                \includelineno
                                                                \ingroup
                                                                \internal
                                                                \invariant
                                                                \interface
                                                                \latexonly
                                                                \li
                                                                \line
                                                                \link
                                                                \mainpage
                                                                \manonly
                                                                \memberof
                                                                \msc
                                                                \n
                                                                \name
                                                                \namespace
                                                                \nosubgrouping
                                                                \note
                                                                \overload
                                                                \p
                                                                \package
                                                                \page
                                                                \par
                                                                \paragraph
                                                                \param
                                                                \post
                                                                \pre
                                                                \private
                                                                \privatesection
                                                                \property
                                                                \protected
                                                                \protectedsection
                                                                \protocol
                                                                \public
                                                                \publicsection
                                                                \ref
                                                                \related
                                                                \relates
                                                                \relatedalso
                                                                \relatesalso
                                                                \remark
                                                                \remarks
                                                                \return
                                                                \returns
                                                                \retval
                                                                \rtfonly
                                                                \sa
                                                                \section
                                                                \see
                                                                \short
                                                                \showinitializer
                                                                \since
                                                                \skip
                                                                \skipline
                                                                \struct
                                                                \subpage
                                                                \subsection
                                                                \subsubsection
                                                                \test
                                                                \throw
                                                                \throws
                                                                \todo
                                                                \tparam
                                                                \typedef
                                                                \union
                                                                \until
                                                                \var
                                                                \verbatim
                                                                \verbinclude
                                                                \version
                                                                \warning
                                                                \weakgroup
                                                                \xmlonly
                                                                \xrefitem"/>

				</Keywords>
				<SampleCode value="lexer_A68k.sample"/>
		</Lexer>
</CodeBlocks_lexer_properties>