-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbbcode.xml
78 lines (73 loc) · 4.74 KB
/
bbcode.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<language name="bbcode" version="1.00" kateversion="2.4" section="Markup" extensions="*.bbcode" >
<highlighting>
<contexts>
<context attribute="Normal Text" lineEndContext="#pop" name="Normal Text" >
<DetectChar attribute="Bracket" context="bracket" char="[" />
<DetectChar attribute="BracketAttribute" context="bracketattribute" char="{" />
<DetectChar attribute="BracketAttribute" context="#stay" char="|"/>
<StringDetect attribute="Smilie" context="#stay" String=":smallfrown:" />
<StringDetect attribute="Smilie" context="#stay" String=":smallcool:" />
<StringDetect attribute="Smilie" context="#stay" String=":smallconfused:" />
<StringDetect attribute="Smilie" context="#stay" String=":smallbiggrin:" />
<StringDetect attribute="Smilie" context="#stay" String=":smallannoyed:" />
<StringDetect attribute="Smilie" context="#stay" String=":smallsamused:" />
<StringDetect attribute="Smilie" context="#stay" String=":smallredface:" />
<StringDetect attribute="Smilie" context="#stay" String=":smallfurious:" />
<StringDetect attribute="Smilie" context="#stay" String=":smalleek:" />
<StringDetect attribute="Smilie" context="#stay" String=":smallyuk:" />
<StringDetect attribute="Smilie" context="#stay" String=":smallwink:" />
<StringDetect attribute="Smilie" context="#stay" String=":smalltongue:" />
<StringDetect attribute="Smilie" context="#stay" String=":smallsmile:" />
<StringDetect attribute="Smilie" context="#stay" String=":smallsigh:" />
<StringDetect attribute="Smilie" context="#stay" String=":smallmad:" />
<StringDetect attribute="Smilie" context="#stay" String=":frown:" />
<StringDetect attribute="Smilie" context="#stay" String=":cool:" />
<StringDetect attribute="Smilie" context="#stay" String=":confused:" />
<StringDetect attribute="Smilie" context="#stay" String=":biggrin:" />
<StringDetect attribute="Smilie" context="#stay" String=":annoyed:" />
<StringDetect attribute="Smilie" context="#stay" String=":amused:" />
<StringDetect attribute="Smilie" context="#stay" String=":redface:" />
<StringDetect attribute="Smilie" context="#stay" String=":furious:" />
<StringDetect attribute="Smilie" context="#stay" String=":eek:" />
<StringDetect attribute="Smilie" context="#stay" String=":yuk:" />
<StringDetect attribute="Smilie" context="#stay" String=":wink:" />
<StringDetect attribute="Smilie" context="#stay" String=":tongue:" />
<StringDetect attribute="Smilie" context="#stay" String=":smile:" />
<StringDetect attribute="Smilie" context="#stay" String=":sigh:" />
<StringDetect attribute="Smilie" context="#stay" String=":mad:" />
<StringDetect attribute="Smilie" context="#stay" String=":sabine:" />
<StringDetect attribute="Smilie" context="#stay" String=":roy:" />
<StringDetect attribute="Smilie" context="#stay" String=":roach:" />
<StringDetect attribute="Smilie" context="#stay" String=":belkar:" />
<StringDetect attribute="Smilie" context="#stay" String=":xykon:" />
<StringDetect attribute="Smilie" context="#stay" String=":vaarsuvius:" />
<StringDetect attribute="Smilie" context="#stay" String=":thog:" />
<StringDetect attribute="Smilie" context="#stay" String=":mitd:" />
<StringDetect attribute="Smilie" context="#stay" String=":nale:" />
<StringDetect attribute="Smilie" context="#stay" String=":redcloak:" />
<StringDetect attribute="Smilie" context="#stay" String=":elan:" />
<StringDetect attribute="Smilie" context="#stay" String=":haley:" />
<StringDetect attribute="Smilie" context="#stay" String=":miko:" />
</context>
<context attribute="Bracket" lineEndContext="#stay" name="bracket" >
<DetectChar attribute="Bracket" context="#pop" char="]" />
<DetectChar attribute="BracketAttribute" context="bracketattribute" char="=" />
</context>
<context attribute="BracketAttribute" lineEndContext="#stay" name="bracketattribute" >
<DetectChar attribute="Bracket" context="#pop#pop" char="]" />
<DetectChar attribute="BracketAttribute" context="#pop" char="}" />
</context>
</contexts>
<itemDatas>
<itemData name="Normal Text" defStyleNum="dsNormal" />
<itemData name="Smilie" defStyleNum="dsString" />
<itemData name="BracketAttribute" defStyleNum="dsOthers" />
<itemData name="Bracket" defStyleNum="dsKeyword" />
</itemDatas>
</highlighting>
<general>
<keywords casesensitive="0"/>
</general>
</language>