diff --git a/README.md b/README.md index c01305d..54fd3c2 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ __Features__ * Basic syntax highlighting * Output window showing results of compile / execution * Load gist/snippet, create new gist +* Monitor file for changes and reload/recompile * Custom key maps if desired There is a long [TODO](TODO.txt) list since ```snip``` is still under heavy development. @@ -38,6 +39,7 @@ URLs: https://play.nim-lang.org/?gist=hash Flags: + --mon Monitor file and load changes --map Show keymap --act List all editor actions --key List all key definitions diff --git a/TODO.txt b/TODO.txt index 22c9a1f..14cf2a4 100644 --- a/TODO.txt +++ b/TODO.txt @@ -23,4 +23,5 @@ Improvements - Set nim.cfg based on loaded file path - Add error detection strings for js - Replace tables with sharedtables where appropriate -- Compile file if specified instead of in temp \ No newline at end of file +- Compile file if specified instead of in temp +- Truncate filename if it doesn't fit in lcol()