-
Notifications
You must be signed in to change notification settings - Fork 5
/
state.xml
31 lines (31 loc) · 1.03 KB
/
state.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<language name="state" version="1.0" section="Sources" extensions="">
<highlighting>
<list name="case">
<item>case</item>
</list>
<list name="nogo">
<item>No</item>
<item>goals</item>
</list>
<contexts>
<context attribute="Ids" lineEndContext="#pop" name="Ids" >
<keyword attribute="Case" context="types" String="case" />
<keyword attribute="Nogo" context="Ids" String="nogo" />
<DetectChar attribute="Types" context="types" char=":" />
<DetectChar attribute="Types" context="types" char="⊢" />
<Detect2Chars attribute="Delim" context="types" char=">" char1=">" />
</context>
<context attribute="Types" lineEndContext="#pop" name="types">
</context>
</contexts>
<itemDatas>
<itemData name="Ids" defStyleNum="dsInformation" />
<itemData name="Types" defStyleNum="dsNormal"/>
<itemData name="Delim" defStyleNum="dsSpecialChar"/>
<itemData name="Case" defStyleNum="dsRegionMarker" />
<itemData name="Nogo" defStyleNum="dsSpecialString" />
</itemDatas>
</highlighting>
</language>