summaryrefslogtreecommitdiffstats
path: root/kommander/editor/kommander-new.xml
blob: deb3d88a5c6d505420ff7a1afded1672375e8b2e (plain)
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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd"
[
	<!ENTITY funcname "[A-Za-z_:][A-Za-z0-9_:#&#37;@-]*">
	<!ENTITY varname  "[A-Za-z_][A-Za-z0-9_]*">
	<!ENTITY word     "[^|&amp;;()&lt;&gt;\s]+">	<!-- see man bash -->
	<!ENTITY eos      "(?=($|\s))">			<!-- eol or space following -->
	<!ENTITY noword   "(?![\w$+-])">		<!-- no word, $, + or - following -->
]>
<language name="Kommander (new parser)" version="1.0" kateversion="2.4" section="Scripts" extensions="*.kmdr" mimetype="application/x-shellscript" casesensitive="1" author="Wilbert Berendsen (wilbert@kde.nl), Andras Mantia (amantia@kde.org)" license="LGPL">

<!-- (c) 2004 by Wilbert Berendsen, wilbert@kde.nl
    Released under the LGPL, part of kdelibs/kate 
    
   Added Kommander specific highlighting.    
   (c) 2006 Andras Mantia, amantia@kde.org
-->

  <highlighting>
  
    <list name="kmdrdcopfunctions">
      <item>addUniqueItem</item>
      <item>associatedText</item>
      <item>cancel</item>
      <item>cellText</item>
      <item>clear</item>
      <item>checked</item>
      <item>children</item>
      <item>columnCount</item>
      <item>count</item>
      <item>currentColumn</item>
      <item>currentItem</item>
      <item>currentRow</item>
      <item>execute</item> 
      <item>findItem</item>
      <item>geometry</item>
      <item>global</item>
      <item>hasFocus</item>
      <item>insertColumn</item>
      <item>insertItem</item>
      <item>insertItems</item>
      <item>insertRow</item>
      <item>item</item>
      <item>itemDepth</item>
      <item>itemPath</item>
      <item>removeColumn</item>
      <item>removeItem</item>
      <item>removeRow</item>
      <item>rowCount</item>
      <item>selection</item>
      <item>setAssociatedText</item>
      <item>setChecked</item>
      <item>setCellText</item>
      <item>setCurrentItem</item>
      <item>setColumnCaption</item>
      <item>setEnabled</item>
      <item>setGlobal</item>
      <item>setMaximum</item>
      <item>setPixmap</item>
      <item>setRowCaption</item>
      <item>setSelection</item>
      <item>setText</item>
      <item>setVisible</item>
      <item>text</item>
      <item>type</item>
      <item>setCellWidget</item>
      <item>cellWidget</item>
      <item>setEditable</item>
      <item>type</item>
      <item>insertTab</item>
    </list>
    
    <list name="kmdrfunctions">
      <item>widgetText</item>
      <item>selectedWidgetText</item>
      <item>null</item>
      <item>pid</item>
      <item>dcopid</item>
      <item>parentPid</item>
      <item>debug</item>
      <item>echo</item>
      <item>env</item>
      <item>exec</item>
      <item>execBackground</item>
      <item>global</item>
      <item>i18n</item>
      <item>dialog</item>
      <item>readSetting</item>
      <item>setGlobal</item>
      <item>writeSetting</item>
      <item>dcop</item>
      <item>forBlock</item>
      <item>forEachBlock</item>
      <item>ifBlock</item>
      <item>comment</item>
      <item>createWidget</item>
      <item>connect</item>
      <item>disconnect</item>
      <item>return</item>
      <item>internalDcop</item>
      <item>executeSlot</item>
      <item>widgetExists</item>
    </list>
    
    <list name="kmdrarray">
      <item>array_values</item>
      <item>array_keys</item>
      <item>array_clear</item>
      <item>array_count</item>
      <item>array_value</item>
      <item>array_remove</item>
      <item>array_setValue</item>
      <item>array_fromString</item>
      <item>array_toString</item>
      <item>array_indexedFromString</item>
      <item>array_indexedRemoveElements</item>
      <item>array_indexedInsertElements</item>
      <item>array_indexedToString</item>
      <item>array_flipCopy</item>
    </list>
    
    <list name="kmdrmatrix">
      <item>matrix_fromString</item>
      <item>matrix_toString</item>
      <item>matrix_clear</item>
      <item>matrix_rows</item>
      <item>matrix_columnToArray</item>
      <item>matrix_columnToIndexedArray</item>
      <item>matrix_rowToArray</item>
      <item>matrix_columns</item>
      <item>matrix_rowKeys</item>
      <item>matrix_columnKeys</item>
      <item>matrix_removeRow</item>
      <item>matrix_removeColumn</item>
      <item>matrix_addRow</item>
      <item>matrix_findRow</item>
      <!--<item>matrix_addColumn</item>
      <item>matrix_indexedCopy</item>-->
    </list>
    
    <list name="kmdrstring">
      <item>str_length</item>
      <item>str_contains</item>
      <item>str_find</item>
      <item>str_findRev</item>
      <item>str_left</item>
      <item>str_right</item>
      <item>str_mid</item>
      <item>str_remove</item>
      <item>str_replace</item>
      <item>str_upper</item>
      <item>str_lower</item>
      <item>str_compare</item>
      <item>str_isEmpty</item>
      <item>str_isNumber</item>
      <item>str_section</item>
      <item>str_args</item>
      <item>str_toint</item>
      <item>str_todouble</item>
      <item>str_round</item>
      <item>str_sort</item>
      <item>str_trim</item>
      <item>str_padLeft</item>
      <item>str_padRight</item>
      <item>str_count</item>
    </list>
    
    <list name="kmdrfile">
      <item>file_read</item>
      <item>file_write</item>
      <item>file_append</item>
      <item>file_exists</item>
    </list>
    
    <list name="kmdrinput">
      <item>input_color</item>
      <item>input_text</item>
      <item>input_password</item>
      <item>input_value</item>
      <item>input_double</item>
      <item>input_valueDouble</item>
      <item>input_openfile</item>
      <item>input_openfiles</item>
      <item>input_savefile</item>
      <item>input_directory</item>
    </list>
    
    <list name="kmdrmessage">
      <item>message_info</item>
      <item>message_error</item>
      <item>message_question</item>
      <item>message_warning</item>
    </list>
    
  
    <list name="keywords">
      <item> else </item>
      <item> for </item>
      <item> to </item>
      <item> function </item>
      <item> in </item>
      <item> select </item>
      <item> while </item>
      <item> . </item>
      <item> elseif </item>
      <item> then </item>
      <item> set </item>
      <item> foreach </item>
      <item> end </item>
      <item> endif </item>
      <item> do </item>
      <item> break </item>
      <item> continue </item>
      <item> exit </item>
      <item> switch </item>
      <item> and </item>
      <item> or </item>
      <item> not </item>
      <item> step </item>
      <item> with </item>
    </list>
    
    <list name="booleans">
       <item>true</item>
       <item>false</item>
    </list>
            
    <contexts>
      <context attribute="Normal Text" lineEndContext="#stay" name="Start">
      	<IncludeRules context="FindAll" />
      </context>

<!-- ====== The following rulessets are meant to be included ======== -->
      <!-- FindAll tries to interpret everything -->
      <context attribute="Normal Text" lineEndContext="#stay" name="FindAll">
      	<IncludeRules context="FindComments" />
        <IncludeRules context="FindBlockComments" />
      	<IncludeRules context="FindCommands" />
	    <IncludeRules context="FindStrings" />
	    <IncludeRules context="FindSubstitutions" />      
	    <IncludeRules context="FindOthers" />
      </context>

      <!-- FindComments consumes shell comments till EOL -->
      <context attribute="Normal Text" lineEndContext="#pop" name="FindComments">
        <Detect2Chars attribute="Comment" context="Comment" char="/" char1="/" firstNonSpace="true"/>
	    <RegExpr attribute="Normal Text" context="Comment" String="[\s;](?=/)" />
      </context>
      <!-- FindBlockComments consumes comments to end of block -->
      <context attribute="Normal Text" lineEndContext="#stay" name="FindBlockComments">
        <Detect2Chars attribute="Comment" context="twolinecomment" char="/" char1="&#42;" beginRegion="Comment" />
      </context>
      <context name="twolinecomment" attribute="Comment" lineEndContext="#stay">
        <Detect2Chars attribute="Comment" context="#pop" char="*" char1="/" endRegion="Comment" />
      </context>
      
      <context attribute="Comment" lineEndContext="#pop" name="Comment">
	     <IncludeRules context="##Alerts" />
      </context>
                  
      <!-- FindCommands matches many items that can be expected outside strings, substitutions etc. -->
      <context attribute="Normal Text" lineEndContext="#stay" name="FindCommands">
      	<!-- start expression in double parentheses -->
      	<Detect2Chars attribute="Keyword" context="ExprDblParen" char="(" char1="(" beginRegion="expression" />
        <!-- start expression in double brackets -->
        <RegExpr attribute="Keyword" context="ExprDblBracket" String="\[\[&eos;" beginRegion="expression" column="0"/>
        <RegExpr attribute="Keyword" context="ExprDblBracket" String="\s\[\[&eos;" beginRegion="expression" />
        <!-- start expression in single brackets -->
        <RegExpr attribute="Builtin" context="ExprBracket" String="\[&eos;" beginRegion="expression" column="0"/>
        <RegExpr attribute="Builtin" context="ExprBracket" String="\s\[&eos;" beginRegion="expression" />
        <!-- start a group command with { -->
        <RegExpr attribute="Keyword" context="Group" String="\{&eos;" beginRegion="group" />
        <!-- match do and if blocks -->
        <RegExpr attribute="Keyword" context="#stay" String="\bfor&noword;" beginRegion="for" />
        <RegExpr attribute="Keyword" context="#stay" String="\bforeach&noword;" beginRegion="for" />
        <RegExpr attribute="Keyword" context="#stay" String="\bwhile&noword;" beginRegion="for" />
      	<RegExpr attribute="Keyword" context="#stay" String="\bend&noword;" endRegion="for" />
      	<RegExpr attribute="Keyword" context="#stay" String="\bif&noword;" beginRegion="if" />
        <RegExpr attribute="Keyword" context="#stay" String="\belseif&noword;" beginRegion="if" endRegion="if"/>
        <RegExpr attribute="Keyword" context="#stay" String="\belse&noword;"  beginRegion="if" endRegion="if"/>
        <RegExpr attribute="Keyword" context="#stay" String="\bendif&noword;" endRegion="if"/>
        <RegExpr attribute="Keyword" context="#stay" String="\}&eos;" endRegion="group"/>
      	<!-- handle case as a special case -->
        <RegExpr attribute="Keyword" context="Case" String="\bcase&noword;" beginRegion="case" />
        <!-- handle command line options -->
        <RegExpr attribute="Option" context="#stay" String="-[A-Za-z0-9]+" />
        <RegExpr attribute="Option" context="#stay" String="--[a-z][A-Za-z0-9_-]*" />
        <!-- handle keywords -->
        <keyword attribute="Keyword" context="#stay" String="keywords" />
        <keyword attribute="Builtin" context="#stay" String="booleans" />
            <!-- handle here-string -->
        <StringDetect attribute="Redirection" context="#stay" String="&lt;&lt;&lt;" />
        <!-- handle &, &&, | and || -->
        <RegExpr attribute="Control" context="#stay" String="([|&amp;])\1?" />
        <!-- Kommander rules -->        
        <RegExpr attribute="KmdrMethod" context="DetectKmdr" String="\b&varname;[\.|\[]" lookAhead="true"/>
        <RegExpr attribute="KmdrMethod" context="DetectKmdrMethod" String="kmdrfunctions\(" />        
        <keyword attribute="DCOPMethod" context="#stay" String="kmdrfunctions" />  
        <keyword attribute="KmdrArray" context="#stay" String="kmdrarray" />      
        <keyword attribute="KmdrMatrix" context="#stay" String="kmdrmatrix" />      
        <keyword attribute="KmdrString" context="#stay" String="kmdrstring" />        
        <keyword attribute="KmdrFile" context="#stay" String="kmdrfile" />        
        <keyword attribute="KmdrInput" context="#stay" String="kmdrinput" />        
        <keyword attribute="KmdrMessage" context="#stay" String="kmdrmessage" />   
        <!-- handle variable assignments -->
        <RegExpr attribute="GlobalVariable" context="#stay" String="\b_&varname;" />
        <RegExpr attribute="Variable" context="#stay" String="\b&varname;" />
      </context>
      
      <!-- Kommander rules -->      
        
      <context attribute="KmdrVariable" lineEndContext="FindAll" name="DetectKmdr">
        <RegExpr attribute="KmdrMethod" context="#stay" String="&varname;" />        
        <DetectChar attribute="Normal Text" context="#pop" char="(" lookAhead="true"/>
        <DetectChar attribute="Normal Text" context="#pop" char=")" lookAhead="true"/>
        <DetectChar attribute="Normal Text" context="#pop" char="[" lookAhead="true"/>
        <DetectChar attribute="Normal Text" context="#pop" char="]" lookAhead="true"/>
        <DetectChar attribute="Normal Text" context="#pop" char="{" lookAhead="true"/>
        <DetectChar attribute="Normal Text" context="#pop" char="}" lookAhead="true"/>
        <DetectChar attribute="KmdrMethod" context="DetectKmdrMethod" char="." lookAhead="true"/>
        <RegExpr attribute="Normal Text" context="#pop" String="[\s\=\;\+\-\*\/\%]+" />
     
      </context>
      <context attribute="DCOPMethod" lineEndContext="FindAll" name="DetectKmdrMethod">
        <DetectChar attribute="Normal Text" context="FindAll" char="(" lookAhead="true"/>
        <DetectChar attribute="Normal Text" context="FindAll" char=")" lookAhead="true"/>
        <RegExpr attribute="Normal Text" context="FindAll" String="[\s\=\;\+\-\*\/\%]+" />
      </context>

      <!-- FindOthers contains various rules to mark different shell input -->
      <context attribute="Normal Text" lineEndContext="#stay" name="FindOthers">
      	<RegExpr attribute="Escape" context="#stay" String="\\[][;&quot;\\'$`{}()|&amp;&lt;&gt;* ]" />
	    <RegExpr attribute="Keyword" context="#stay" String="\\$" />
	    <RegExpr attribute="Escape" context="#stay" String="\{(?!(\s|$))\S*\}" />
        <RegExpr attribute="Path" context="#stay" String="\.?/[\w_@.+-]+(?=([\s/):]|$))" />
	<!-- TODO: shell globs -->
      </context>
      
      <!-- FindStrings looks for single and double quoted strings, also with $-prefix -->
      <context attribute="Normal Text" lineEndContext="#stay" name="FindStrings">
	<DetectChar attribute="String SingleQ" context="StringSQ" char="'" />
	<DetectChar attribute="String DoubleQ" context="StringDQ" char="&quot;" />
  <!-- <Detect2Chars attribute="String SingleQ" context="StringEsc" char="$" char1="'" /> -->
  <!-- <Detect2Chars attribute="String Transl." context="StringDQ" char="$" char1="&quot;" /> -->
      </context>
            
      <!-- FindSubstitutions goes after anything starting with $ and ` and their escapes -->
      <context attribute="Normal Text" lineEndContext="#stay" name="FindSubstitutions">
        <!-- <RegExpr attribute="Variable" context="#stay" String="\$[*@#?$!_0-9-]" />
	<RegExpr attribute="Variable" context="Subscript" String="\$&varname;\[" />
	<RegExpr attribute="Variable" context="#stay" String="\$&varname;" />
	<RegExpr attribute="Variable" context="#stay" String="\$\{[*@#?$!_0-9-]\}" />
	<RegExpr attribute="Variable" context="#stay" String="\$\{#&varname;\}" />
  <RegExpr attribute="Variable" context="#stay" String="\$\{!&varname;\*?\}" />-->
	<RegExpr attribute="Variable" context="VarBrace" String="\$\{&varname;" />
	<RegExpr attribute="Variable" context="VarBrace" String="\$\{[*@#?$!_0-9-](?=[:#%/])" />
	<StringDetect attribute="Variable" context="ExprDblParenSubst" String="$((" beginRegion="expression" />
	<StringDetect attribute="Redirection" context="SubstFile" String="$(&lt;" />
        <StringDetect attribute="Variable" context="SubstCommand" String="$(" />
	<DetectChar attribute="Backquote" context="SubstBackq" char="`" />
	<RegExpr attribute="Escape" context="#stay" String="\\[`$\\]" />
      </context>

      
      

      
<!-- ====== These are the contexts that can be branched to ======= -->

      <!-- ExprDblParen consumes an expression started in command mode till )) -->
      <context attribute="Normal Text" lineEndContext="#stay" name="ExprDblParen">
      	<Detect2Chars attribute="Keyword" context="#pop" char=")" char1=")" endRegion="expression" />
	<DetectChar attribute="Normal Text" context="ExprSubParen" char="(" />
	<IncludeRules context="FindAll" />
      </context>
      
      <!-- ExprDblParenSubst like ExprDblParen but matches )) as Variable -->
      <context attribute="Normal Text" lineEndContext="#stay" name="ExprDblParenSubst">
      	<Detect2Chars attribute="Variable" context="#pop" char=")" char1=")" endRegion="expression" />
	<DetectChar attribute="Normal Text" context="ExprSubParen" char="(" />
	<IncludeRules context="FindAll" />
      </context>

      <!-- ExprSubParen consumes an expression till ) -->
      <context attribute="Normal Text" lineEndContext="#stay" name="ExprSubParen">
      	<DetectChar attribute="Normal Text" context="#pop" char=")" />
	<DetectChar attribute="Normal Text" context="ExprSubParen" char="(" />
	<IncludeRules context="FindAll" />
      </context>

      <!-- ExprBracket consumes an expression till ] -->
      <context attribute="Normal Text" lineEndContext="#stay" name="ExprBracket">
      	<RegExpr attribute="Builtin" context="#pop" String="\s\](?=($|[\s;|&amp;]))" endRegion="expression" />
      	<RegExpr attribute="Builtin" context="#pop" String="\](?=($|[\s;|&amp;]))" endRegion="expression" column="0"/>
	<DetectChar attribute="Normal Text" context="ExprSubParen" char="(" />
	<IncludeRules context="FindAll" />
      </context>

      <!-- ExprDblBracket consumes an expression till ]] -->
      <context attribute="Normal Text" lineEndContext="#stay" name="ExprDblBracket">
      	<RegExpr attribute="Keyword" context="#pop" String="\s\]\](?=($|[\s;|&amp;]))" endRegion="expression" />
      	<RegExpr attribute="Keyword" context="#pop" String="\]\](?=($|[\s;|&amp;]))" endRegion="expression" column="0"/>
	<DetectChar attribute="Normal Text" context="ExprSubParen" char="(" />
	<IncludeRules context="FindAll" />
      </context>

      <!-- Group consumes shell input till } -->
      <context attribute="Normal Text" lineEndContext="#stay" name="Group">
	<DetectChar attribute="Keyword" context="#pop" char="}" endRegion="group" />
      	<IncludeRules context="FindAll" />
      </context>      

      <!-- SubShell consumes shell input till ) -->
      <context attribute="Normal Text" lineEndContext="#stay" name="SubShell">
	<DetectChar attribute="Keyword" context="#pop" char=")" endRegion="subshell" />
      	<IncludeRules context="FindAll" />
      </context>      

      <!-- Assign consumes an expression till EOL or whitespace -->
      <context attribute="Normal Text" lineEndContext="#pop" name="Assign" fallthrough="true" fallthroughContext="#pop">
      	<DetectChar attribute="Variable" context="AssignArray" char="(" />
	<IncludeRules context="FindStrings" />
	<IncludeRules context="FindSubstitutions" />      
	<IncludeRules context="FindOthers" />
	<RegExpr attribute="Normal Text" context="#stay" String="[\w:,+_./-]+" />
      </context>

      <!-- AssignArray consumes everything till ), marking assignments -->
      <context attribute="Normal Text" lineEndContext="#pop" name="AssignArray">
      	<DetectChar attribute="Variable" context="#pop" char=")" />
	<DetectChar attribute="Variable" context="Subscript" char="[" />
	<DetectChar attribute="Variable" context="Assign" char="=" />
	<IncludeRules context="FindAll" />
      </context>
      
      <!-- AssignSubscr first expects a [ then parses subscript and continues with '=value' -->
      <context attribute="Normal Text" lineEndContext="#pop" name="AssignSubscr" fallthrough="true" fallthroughContext="#pop">
      	<DetectChar attribute="Variable" context="Subscript" char="[" />
	<DetectChar attribute="Variable" context="Assign" char="=" />
	<IncludeRules context="FindStrings" />
	<IncludeRules context="FindSubstitutions" />      
	<IncludeRules context="FindOthers" />
      </context>

      <!-- Subscript consumes anything till ], marks as Variable -->
      <context attribute="Variable" lineEndContext="#stay" name="Subscript">
      	<DetectChar attribute="Variable" context="#pop" char="]" />
	<IncludeRules context="FindStrings" />
	<IncludeRules context="FindSubstitutions" />      
	<IncludeRules context="FindOthers" />
      </context>
      
      <!-- FunctionDef consumes a name, possibly with (), marks as Function -->
      <context attribute="Function" lineEndContext="#pop" name="FunctionDef" fallthrough="true" fallthroughContext="#pop">
      	<RegExpr attribute="Function" context="#pop" String="\s+&funcname;(\s*\(\))?" />
      </context>            
      
      <!-- VarName consumes spare variable names and assignments -->
      <context attribute="Normal Text" lineEndContext="#pop" name="VarName" fallthrough="true" fallthroughContext="#pop">
	<!-- handle command line options -->
	<RegExpr attribute="Option" context="#stay" String="-[A-Za-z0-9]+" />
	<RegExpr attribute="Option" context="#stay" String="--[a-z][A-Za-z0-9_-]*" />
	<RegExpr attribute="Variable" context="#stay" String="\b&varname;" />
	<DetectChar attribute="Variable" context="Subscript" char="[" />
	<DetectChar attribute="Variable" context="Assign" char="=" />
	<IncludeRules context="FindAll" />
	<!-- stay here in spaces and other safe characters -->
	<RegExpr attribute="Normal Text" context="#stay" String="[^]})|;`&amp;&gt;&lt;]" />
      </context>
      
      <!-- StringSQ consumes anything till ' -->            
      <context attribute="String SingleQ" lineEndContext="#stay" name="StringSQ">
        
      	<DetectChar attribute="String SingleQ" context="#pop" char="'" />
      </context>

      <!-- StringDQ consumes anything till ", substitutes vars and expressions -->
      <context attribute="String DoubleQ" lineEndContext="#stay" name="StringDQ">
      	<DetectChar attribute="String DoubleQ" context="#pop" char="&quot;" />
      	<RegExpr attribute="String Escape" context="#stay" String="\\[`&quot;\\$\n]" />
	<IncludeRules context="FindSubstitutions" />
      </context>
      
      <!-- StringEsc eats till ', but escaping many characters -->
      <context attribute="String SingleQ" lineEndContext="#stay" name="StringEsc">
      	<DetectChar attribute="String SingleQ" context="#pop" char="'" />
      	<RegExpr attribute="String Escape" context="#stay" String="\\[abefnrtv\\']" />
      	<RegExpr attribute="String Escape" context="#stay" String="\\([0-7]{1,3}|x[A-Fa-f0-9]{1,2}|c.)" />
      </context>

      <!-- VarBrace is called as soon as ${xxx is encoutered -->
      <context attribute="Variable" lineEndContext="#stay" name="VarBrace">
        <DetectChar attribute="Variable" context="#pop" char="}" />
      	<DetectChar attribute="Variable" context="Subscript" char="[" />
	<IncludeRules context="FindStrings" />
	<IncludeRules context="FindSubstitutions" />
	<!-- TODO: highlight various special parameter expansions } -->
      </context>
      
      <!-- SubstFile is called after a <( or >( is encoutered -->
      <context attribute="Normal Text" lineEndContext="#stay" name="SubstFile">
      	<DetectChar attribute="Redirection" context="#pop" char=")" />
	<IncludeRules context="FindStrings" />
	<IncludeRules context="FindSubstitutions" />      
	<IncludeRules context="FindOthers" />
      </context>
      
      <!-- SubstCommand is called after a $( is encountered -->
      <context attribute="Normal Text" lineEndContext="#stay" name="SubstCommand">
      	<DetectChar attribute="Variable" context="#pop" char=")" />
	<IncludeRules context="FindCommands" />
	<IncludeRules context="FindStrings" />
	<IncludeRules context="FindSubstitutions" />      
	<IncludeRules context="FindOthers" />
      </context>
      
      <!-- SubstBackq is called when a backquote is encountered -->
      <context attribute="Normal Text" lineEndContext="#stay" name="SubstBackq">
      	<DetectChar attribute="Keyword" context="#pop" char="`" />
	<IncludeRules context="FindCommands" />
	<IncludeRules context="FindStrings" />
	<IncludeRules context="FindSubstitutions" />      
	<IncludeRules context="FindOthers" />
      </context>

      <!-- Case is called after the case keyword is encoutered. We handle this because of
           the lonely closing parentheses that would otherwise disturb the expr matching -->
      <context attribute="Normal Text" lineEndContext="#stay" name="Case">
        <RegExpr attribute="Keyword" context="CaseIn" String="\sin\b" />
        <IncludeRules context="FindAll" />
      </context>

      <!-- CaseIn is called when the construct 'case ... in' has been found. -->
      <context attribute="Normal Text" lineEndContext="#stay" name="CaseIn">
        <RegExpr attribute="Keyword" context="#pop#pop" String="\besac(?=$|[\s;)])" endRegion="case" />
      	<DetectChar attribute="Keyword" context="CaseExpr" char=")" beginRegion="caseexpr" />
	<AnyChar attribute="Keyword" context="#stay" String="(|" />
        <IncludeRules context="FindAll" />
      </context>

      <!-- CaseExpr eats shell input till ;; -->
      <context attribute="Normal Text" lineEndContext="#stay" name="CaseExpr">
        <Detect2Chars attribute="Keyword" context="#pop" char=";" char1=";" endRegion="caseexpr" />
	<IncludeRules context="FindAll" />
      </context>


    </contexts>
    
    <itemDatas>
      <itemData name="Normal Text"	defStyleNum="dsNormal" />
      <itemData name="Comment"		defStyleNum="dsComment" />
      <itemData name="Keyword" 		defStyleNum="dsKeyword" />
      <itemData name="Control" 		defStyleNum="dsKeyword" />
      <itemData name="Builtin" 		defStyleNum="dsKeyword" color="#808" />
      <itemData name="Command" 		defStyleNum="dsKeyword" color="#c0c" />
      <itemData name="Redirection" 	defStyleNum="dsKeyword" color="#238" />
      <itemData name="Escape" 		defStyleNum="dsDataType" />
      <itemData name="String SingleQ" 	defStyleNum="dsString" />
      <itemData name="String DoubleQ" 	defStyleNum="dsString" />
      <itemData name="Backquote" 	defStyleNum="dsKeyword" />
      <itemData name="String Transl." 	defStyleNum="dsString" />
      <itemData name="String Escape" 	defStyleNum="dsDataType" />
      <itemData name="Variable" 	defStyleNum="dsOthers" />
      <itemData name="Expression" 	defStyleNum="dsOthers" />
      <itemData name="Function" 	defStyleNum="dsChar" bold="1" />
      <itemData name="Path" 		defStyleNum="dsNormal" />
      <itemData name="Option" 		defStyleNum="dsNormal" />
      <itemData name="GlobalVariable"     defStyleNum="dsOthers" bold="1" />
      <itemData name="KmdrMethod" defStyleNum="dsKeyword" italic="1" color="#008000" />
      <itemData name="DCOPMethod" defStyleNum="dsKeyword" italic="1" color="#21E52B" />
      <itemData name="KmdrString" defStyleNum="dsKeyword" italic="1" color="#D0D000" />
      <itemData name="KmdrArray" defStyleNum="dsKeyword" italic="1" color="#C0C0FF" />
      <itemData name="KmdrMatrix" defStyleNum="dsKeyword" italic="1" color="#5050AA" />
      <itemData name="KmdrFile" defStyleNum="dsKeyword" italic="1" color="#FF0000" />
      <itemData name="KmdrInput" defStyleNum="dsKeyword" italic="1" color="#FF8000" />
      <itemData name="KmdrMessage" defStyleNum="dsKeyword" italic="1" color="#800000" />
    </itemDatas>
  </highlighting>
  <general>
    <comments>
      <comment name="singleLine" start="//"/>
      <comment name="multiLine" start="/*" end="*/" />
    </comments>
    <keywords casesensitive="1" weakDeliminator="^%#[]$._{}:-" additionalDeliminator="`."/>
  </general>
</language>