parent
c27fdd3ff0
commit
fa6ac4b06e
12
IDEAS
12
IDEAS
|
@ -1,3 +1,15 @@
|
|||
2009/04/04:
|
||||
|
||||
Rename tokens so that they follow the "c.identifier" "c.delimiter" etc.
|
||||
convention. This will help nested grammars work properly, and will also allow
|
||||
default coloring (with overrides) to work correctly.
|
||||
|
||||
Think about replacing the 'context' module with something tied into the lexing
|
||||
strategy. If not, then try to at least generalize it more.
|
||||
|
||||
Try to create some more toggles on the indentation package, to make it at least
|
||||
a little bit configurable.
|
||||
|
||||
2009/03/27:
|
||||
|
||||
1. Create a Method attribute meaning should-appear-in-help-buffers. Use this to
|
||||
|
|
Loading…
Reference in New Issue