diff --git a/project.4coder b/project.4coder index 443a2b11..b6079103 100644 --- a/project.4coder +++ b/project.4coder @@ -16,10 +16,12 @@ blacklist_patterns = { ".*", }; +load_path_shared = { .path = ".", .recursive = true, .relative = true, }; + load_paths = { -.win = { -{ .path = ".", .recursive = true, .relative = true, }, -}, +.win = { load_path_shared }, +.linux = { load_path_shared }, +.mac = { load_path_shared }, }; commands = {