1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <Scheme> |
---|
3 | <keyword-classes> |
---|
4 | <keyword-class name="cobra.key"> |
---|
5 | use var inherits implements interface override shared enum namespace set get pro objc vari new event except expect extend |
---|
6 | partial extern nonvirtual public private abstract struct assert test old mixin must adds const import class cue off internal |
---|
7 | as is has while from sig def on yield elif body ensure implies invariant require virtual protected where be callable of inlined |
---|
8 | all and any base branch break catch continue do each else end every expect false finally for if ignore in inout |
---|
9 | listen nil not on or out pass passthrough post print raise ref return stop success this throw to trace true try using |
---|
10 | bool int char float decimal dynamic number same uint |
---|
11 | </keyword-class> |
---|
12 | <keyword-class name="cobra.init"> |
---|
13 | init |
---|
14 | </keyword-class> |
---|
15 | </keyword-classes> |
---|
16 | <language name="cobra" title="Cobra" folding="true" foldcomments="true" foldcompact="false"> |
---|
17 | <lexer name="python" /> |
---|
18 | <comments line="#" /> |
---|
19 | <property name="tab.timmy.whinge.level" value="1"/> |
---|
20 | <use-keywords> |
---|
21 | <keyword key="0" name="Keywords" class="cobra.key"/> |
---|
22 | <keyword key="1" name="Keywords" class="cobra.init"/> |
---|
23 | </use-keywords> |
---|
24 | <use-styles> |
---|
25 | <style name="Default" key="32" /> |
---|
26 | <style name="Whitespace" key="0" class="whitespace" /> |
---|
27 | <style name="Comment" key="1" class="comment"/> |
---|
28 | <style name="Number" key="2" class="number"/> |
---|
29 | <style name="String" key="3" class="string"/> |
---|
30 | <style name="Single-Quoted String" key="4" class="string"/> |
---|
31 | <style name="Keyword" key="5" class="keyword"/> |
---|
32 | <style name="Triple Quotes" key="6" fore="7f0000"/> |
---|
33 | <style name="Triple Double Quotes" key="7" fore="7f0000"/> |
---|
34 | <style name="Class name" key="8" class="class"/> |
---|
35 | <style name="Function or method name" key="9" class="function"/> |
---|
36 | <style name="Operators" key="10" bold="true"/> |
---|
37 | <style name="Identifiers" key="11"/> |
---|
38 | <style name="Comment block" key="12" fore="7f7f7f" /> |
---|
39 | <style name="Unclosed string" key="13" class="string" back="e0c0e0" eolfilled="true" /> |
---|
40 | <style name="Highlighted Identifiers" key="14" fore="407090" /> |
---|
41 | <style name="Decorators" key="15" fore="805080" /> |
---|
42 | </use-styles> |
---|
43 | </language> |
---|
44 | </Scheme> |
---|