|
3 | 3 | ## Python and Cython Syntax Highlighters ## |
4 | 4 | ## ===================================== ## |
5 | 5 | ## ## |
6 | | -## Version: 2.0.00.062 (20141007) ## |
| 6 | +## Version: 2.0.00.069 (20141007) ## |
7 | 7 | ## File: TODO ## |
8 | 8 | ## ## |
9 | 9 | ## For more information about the project, please visit ## |
@@ -44,95 +44,95 @@ TODO: |
44 | 44 |
|
45 | 45 | #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
46 | 46 | # 3 |
47 | | - - file: src/common.py |
48 | | - line: 588 |
49 | | - note: | |
50 | | - rearrange -> what is magic function and what is magic variable? |
51 | | - |
52 | | - #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
53 | | - # 4 |
54 | | - - file: src/common.py |
55 | | - line: 618 |
56 | | - note: | |
57 | | - decide if source.sql and special words, like SELECT and INSERT needed |
58 | | - |
59 | | - #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
60 | | - # 5 |
61 | | - - file: src/convert.py |
62 | | - line: 141 |
63 | | - note: | |
64 | | - Add "Automatically Generated, Don't Change" label to files |
65 | | - |
66 | | - #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
67 | | - # 6 |
68 | 47 | - file: src/cython.py |
69 | 48 | line: 138 |
70 | 49 | note: | |
71 | 50 | highlight type declarations in functions! |
72 | 51 | Function name |
73 | 52 |
|
74 | 53 | #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
75 | | - # 7 |
| 54 | + # 4 |
76 | 55 | - file: src/cython.py |
77 | 56 | line: 155 |
78 | 57 | note: | |
79 | 58 | add illegal |
80 | 59 |
|
81 | 60 | #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
82 | | - # 8 |
| 61 | + # 5 |
83 | 62 | - file: src/cython.py |
84 | 63 | line: 227 |
85 | 64 | note: | |
86 | 65 | rearrange -> what is builtin function and what is builtin type? |
87 | 66 |
|
88 | 67 | #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
89 | | - # 9 |
| 68 | + # 6 |
90 | 69 | - file: src/cython.py |
91 | 70 | line: 287 |
92 | 71 | note: | |
93 | 72 | rearrange -> what is magic function and what is magic variable? |
94 | 73 |
|
95 | 74 | #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
96 | | - # 10 |
| 75 | + # 7 |
97 | 76 | - file: src/python.py |
98 | 77 | line: 135 |
99 | 78 | note: | |
100 | 79 | add illegal |
101 | 80 |
|
102 | 81 | #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
103 | | - # 11 |
| 82 | + # 8 |
104 | 83 | - file: src/python.py |
105 | 84 | line: 198 |
106 | 85 | note: | |
107 | 86 | rearrange -> what is builtin function and what is builtin type? |
108 | 87 |
|
109 | 88 | #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
110 | | - # 12 |
| 89 | + # 9 |
111 | 90 | - file: src/python.py |
112 | 91 | line: 246 |
113 | 92 | note: | |
114 | 93 | rearrange -> what is magic function and what is magic variable? |
115 | 94 |
|
| 95 | + #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
| 96 | + # 10 |
| 97 | + - file: src/convert.py |
| 98 | + line: 141 |
| 99 | + note: | |
| 100 | + Add "Automatically Generated, Don't Change" label to files |
| 101 | + |
| 102 | + #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
| 103 | + # 11 |
| 104 | + - file: src/common.py |
| 105 | + line: 584 |
| 106 | + note: | |
| 107 | + rearrange -> what is magic function and what is magic variable? |
| 108 | + |
| 109 | + #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
| 110 | + # 12 |
| 111 | + - file: src/common.py |
| 112 | + line: 614 |
| 113 | + note: | |
| 114 | + decide if source.sql and special words, like SELECT and INSERT needed |
| 115 | + |
116 | 116 |
|
117 | 117 |
|
118 | 118 | #----------------------------- 2 POSTS IN 2 FILES -----------------------------# |
119 | 119 | NOTE: |
120 | 120 | #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
121 | 121 | # 1 |
| 122 | + - file: build.py |
| 123 | + line: 84 |
| 124 | + note: | |
| 125 | + Old path to theme files => DO NOT SUPPORT IT: |
| 126 | + '~/Library/Application Support/Sublime Text 3/Packages/Color Scheme - Default' |
| 127 | + |
| 128 | + #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
| 129 | + # 2 |
122 | 130 | - file: src/common.py |
123 | | - line: 865 |
| 131 | + line: 861 |
124 | 132 | note: | |
125 | 133 | the problem of making this to be a begin/end block |
126 | 134 | is that the patterns needs to include the multiline- |
127 | 135 | comments only if the expression is in multline |
128 | 136 | quotes otherwise it should be exclude it... |
129 | 137 |
|
130 | | - #- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # |
131 | | - # 2 |
132 | | - - file: build.py |
133 | | - line: 84 |
134 | | - note: | |
135 | | - Old path to theme files => DO NOT SUPPORT IT: |
136 | | - '~/Library/Application Support/Sublime Text 3/Packages/Color Scheme - Default' |
137 | | - |
138 | 138 |
|
0 commit comments