1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
* support setting duplication in filetype configuration
function = {
template = "my template";
# more settings...
}
prototype = function;
macro = function;
This would be really convenient with function, macro and prototypes for
example.
* Support doctype-specific user-defined environment chunks.
Problem: there is (for now) nothing here for this kind of settings
(doctype-global but also specific to it).
* Store doctype in a per-document basis? It would be cool, but not sure it is
possible without re-implementing a lot of document history.
* Support multiple cursors in templates
|