`$ cat justfile` ```just import "bar.just" foo: {{ bar }} ``` `$ cat bar.just` ```just bar := "bar" ``` ```bash nvim justfile ```  Either support it, or at least add a way to disable this check