Wiki

UltraEditSupport: cobra.uew

File cobra.uew, 1.6 KB (added by todd.a, 14 years ago)

UltraEdit? wordfile for Cobra

Line 
1/L12"Cobra" COBRA_LANG
2/Line Comment = #
3/Block Comment On = /#
4/Block Comment Off = #/
5/Escape Char = \
6/File Extensions = COBRA
7/Regexp Type = Perl
8/Delimiters = ~!@%^&*()-+=|\/{}[]:;"'<> ,   .?
9/Function String = "^[ \t]*(class|def|get|pro|set|sig|var)(.*)$"
10/Indent Strings = "{" "branch" "else" "if" "on"
11/Open Fold Strings = "{" "def" "enum"
12/Close Fold Strings = "}" "def" "class" "override" "var" "pro" "get" "set" "sig"
13/C1"Keywords" STYLE_KEYWORD
14adds all and any as assert
15base body branch break
16callable catch class const continue cue
17def do dynamiceach
18else end ensure enum event every except expect extend
19finally for from
20get
21has
22if ignore implements implies import in inherits inlined inout interface invariant is
23listen lock
24mixin must
25namespace not
26objc of old on or out
27pass passthrough post print pro
28raise ref require return
29same set sig stop struct success
30test this throw to trace try
31use using
32var vari
33where while
34yield
35/C2"Special Keywords" STYLE_ATTRIBUTE
36abstract
37fake
38internal
39new nonvirtual
40override
41partial private protected public
42shared
43vari virtual
44/C3"Operators" STYLE_OPERATOR
45!
46%
47&
48*
49+
50-
51// /
52<
53=
54>
55^
56and as
57in is
58not
59or
60|
61~
62/C4"Types" STYLE_ELEMENT
63Array
64bool
65char Color
66decimal dynamic DateTime Dictionary
67Exception
68float float32 float64
69int int8 int16 int32 int64 ICloneable IComparable IDictionary IEnumerable IList
70List
71number
72Object
73Queue
74Set Stack StreamReader StreamWriter String StringBuilder StringReader StringWriter
75TextReader TextWriter
76uint uint8 uint16 uint32 uint64
77/C5"Others" STYLE_IDENTIFIER
78base
79false
80nil
81this true