diff options
author | pommicket <pommicket@gmail.com> | 2023-03-04 14:31:51 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-03-04 14:31:51 -0500 |
commit | 2bdf5709514f5ff4fd734945c883f7789d9cda64 (patch) | |
tree | 46c36e0b94563579fcf92ac30152a13b1d988446 /main.c | |
parent | 21296931233d6c955f0a3394c202043e0e58731d (diff) |
check for %include loops
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,11 @@ /* -@TODO: check for %include loops +@TODO: +- higlighlight directives in ted.cfg FUTURE FEATURES: - styles ([color] sections) - for this, it would be nice to have #include in ted.cfg - better undo chaining (dechain on backspace?) +- auto-reload config even for %included files - manual.md - regenerate tags for completion too if there are no results - font setting & support for multiple fonts to cover more characters |