summaryrefslogtreecommitdiff
path: root/project.4coder
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-10-24 12:58:52 +0200
committerRaymaekers Luca <luca@spacehb.net>2025-10-24 12:58:52 +0200
commit856fd58549e5bf50e800a665f9deb27d967df2fb (patch)
tree6950210e5ae3618b501a7045f10f8fc06dd903df /project.4coder
parentd8b3ca9d02377cf04a09e0f518a3385b7324bc4d (diff)
checkpoint
Diffstat (limited to 'project.4coder')
-rw-r--r--project.4coder29
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 = {};