59 Keyword), |
59 Keyword), |
60 ], |
60 ], |
61 'relations': [ |
61 'relations': [ |
62 (r'(-\[)(.*?)(\]->)', bygroups(Operator, using(this), Operator)), |
62 (r'(-\[)(.*?)(\]->)', bygroups(Operator, using(this), Operator)), |
63 (r'(<-\[)(.*?)(\]-)', bygroups(Operator, using(this), Operator)), |
63 (r'(<-\[)(.*?)(\]-)', bygroups(Operator, using(this), Operator)), |
|
64 (r'(-\[)(.*?)(\]-)', bygroups(Operator, using(this), Operator)), |
64 (r'-->|<--|\[|\]', Operator), |
65 (r'-->|<--|\[|\]', Operator), |
65 (r'<|>|<>|=|<=|=>|\(|\)|\||:|,|;', Punctuation), |
66 (r'<|>|<>|=|<=|=>|\(|\)|\||:|,|;', Punctuation), |
66 (r'[.*{}]', Punctuation), |
67 (r'[.*{}]', Punctuation), |
67 ], |
68 ], |
68 'strings': [ |
69 'strings': [ |