diff --git a/refresh_compile_commands.bzl b/refresh_compile_commands.bzl index ee9c8ba..51b576b 100644 --- a/refresh_compile_commands.bzl +++ b/refresh_compile_commands.bzl @@ -50,7 +50,7 @@ refresh_compile_commands( # Still not fast enough? # Make sure you're specifying just the targets you care about by setting `targets`, above. # That's still not enough; I'm working on a huge codebase! - # This tool supports a fast, incremental mode that can be used to add/update commands as individual files are opened. If you'd be willing to collaborate on writing a simple editor plugin invokes this editor on open, please write in! (And see --file flag in refresh.template.py) + # This tool supports a fast, incremental mode that can be used to add/update commands as individual files are opened. If you'd be willing to collaborate on writing a simple editor plugin invokes this tool on file open, please write in! (And see --file flag in refresh.template.py) ``` """