File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Bug Fixes
1212 by charles....@unige.ch).
1313 * Relax detection of keywords, esp. when used as function names
1414 (issue36, nyuhu...@gmail.com).
15+ * Don't treat single characters as keywords (issue32).
1516
1617
1718Release 0.1.2 (Nov 23, 2010)
Original file line number Diff line number Diff line change 172172 'FULL' : tokens .Keyword ,
173173 'FUNCTION' : tokens .Keyword ,
174174
175- 'G' : tokens .Keyword ,
175+ # 'G': tokens.Keyword,
176176 'GENERAL' : tokens .Keyword ,
177177 'GENERATED' : tokens .Keyword ,
178178 'GET' : tokens .Keyword ,
219219 'ISOLATION' : tokens .Keyword ,
220220 'ITERATE' : tokens .Keyword ,
221221
222- 'K' : tokens .Keyword ,
222+ # 'K': tokens.Keyword,
223223 'KEY' : tokens .Keyword ,
224224 'KEY_MEMBER' : tokens .Keyword ,
225225 'KEY_TYPE' : tokens .Keyword ,
244244 'LOCK' : tokens .Keyword ,
245245 'LOWER' : tokens .Keyword ,
246246
247- 'M' : tokens .Keyword ,
247+ # 'M': tokens.Keyword,
248248 'MAP' : tokens .Keyword ,
249249 'MATCH' : tokens .Keyword ,
250250 'MAXVALUE' : tokens .Keyword ,
You can’t perform that action at this time.
0 commit comments