Rev 4877 | Rev 11071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4877 | Rev 4879 | ||
---|---|---|---|
Line 17... | Line 17... | ||
17 | 'QUOTEMARKS' : {1: ' " '} |
17 | 'QUOTEMARKS' : {1: ' " '} |
18 | ,'KEYWORD_CASE_SENSITIVE' : true |
18 | ,'KEYWORD_CASE_SENSITIVE' : true |
19 | ,'KEYWORDS' : { |
19 | ,'KEYWORDS' : { |
20 | 'flydraw' : [ |
20 | 'flydraw' : [ |
21 | EOT |
21 | EOT |
22 | . $L |
22 | . $L |
23 | . << "EOT" |
23 | . << "EOT" |
24 | ] |
24 | ] |
25 | } |
25 | } |
26 | ,'OPERATORS' :[ |
26 | ,'OPERATORS' :[ |
27 | '*', '+', '-', '/', '^', '<', '=', '>','//' |
27 | '*', '+', '-', '/', '^', '<', '=', '>','//' |
Line 32... | Line 32... | ||
32 | ,'REGEXPS' : |
32 | ,'REGEXPS' : |
33 | { |
33 | { |
34 | 'oefvariables' : { 'search': '()(\\\\\\\\\\\\w+)()', |
34 | 'oefvariables' : { 'search': '()(\\\\\\\\\\\\w+)()', |
35 | 'class' : 'oefvariables', |
35 | 'class' : 'oefvariables', |
36 | 'modifiers' : 'g', 'execute' : 'before' } |
36 | 'modifiers' : 'g', 'execute' : 'before' } |
- | 37 | ,'wimsvariables' : { |
|
- | 38 | 'search' : '()(\\\\\$\\\\w+)()' |
|
- | 39 | ,'class' : 'wimsvariables' |
|
- | 40 | ,'modifiers' : 'g', 'execute' : 'before' |
|
- | 41 | } |
|
37 | } |
42 | } |
38 | ,'STYLES' : { |
43 | ,'STYLES' : { |
39 | 'COMMENTS': 'color: #0000CD;' |
44 | 'COMMENTS': 'color: #0000CD;' |
40 | ,'QUOTESMARKS': 'color: #6381F8;' |
45 | ,'QUOTESMARKS': 'color: #6381F8;' |
41 | ,'KEYWORDS' : { |
46 | ,'KEYWORDS' : { |
Line 43... | Line 48... | ||
43 | } |
48 | } |
44 | ,'OPERATORS' : 'color: #FF00FF;' |
49 | ,'OPERATORS' : 'color: #FF00FF;' |
45 | ,'DELIMITERS' : 'color: #60CA00;' |
50 | ,'DELIMITERS' : 'color: #60CA00;' |
46 | ,'REGEXPS': { |
51 | ,'REGEXPS': { |
47 | 'oefvariables' : 'color: #FF3A6E;' |
52 | 'oefvariables' : 'color: #FF3A6E;' |
- | 53 | ,'wimsvariables' : 'color: #FF3A6E;' |
|
48 | } |
54 | } |
49 | } |
55 | } |
50 | }; |
56 | }; |
51 | - | ||
52 | EOT |
57 | EOT |
53 | ; |
58 | ; |
54 | 59 | ||
55 | out( 'flydraw.js', $Text) ; |
60 | out( 'flydraw.js', $Text) ; |
56 | 61 |