diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-10-24 12:58:52 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-10-24 12:58:52 +0200 |
| commit | 856fd58549e5bf50e800a665f9deb27d967df2fb (patch) | |
| tree | 6950210e5ae3618b501a7045f10f8fc06dd903df /project.4coder | |
| parent | d8b3ca9d02377cf04a09e0f518a3385b7324bc4d (diff) | |
checkpoint
Diffstat (limited to 'project.4coder')
| -rw-r--r-- | project.4coder | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/project.4coder b/project.4coder new file mode 100644 index 0000000..c06e98e --- /dev/null +++ b/project.4coder @@ -0,0 +1,29 @@ +version(2); +project_name = "sim8086"; +patterns = { + "*.c", + "*.cpp", + "*.h", + "*.m", + "*.bat", + "*.sh", + "*.4coder", +}; +blacklist_patterns = { + "_old.*", +}; + +paths = +{ + { .path = ".", .recursive = false, .relative = true, }, + { .path = "src", .recursive = true , .relative = true, }, +}; + +load_paths = { + .win = paths, + .linux = paths, + .mac = paths, +}; + +// commands = {}; +// fkey_command = {}; |
