aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-08-23 19:29:40 -0400
committerBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-08-24 08:55:24 -0400
commit9ccd1aa0c7f2ac0d8982750a9ac5c9d5c1e1ea34 (patch)
tree8d5c65e5ee7ac3cf098fbed83c66f916d12d1197 /src/common
parent118db4f7667c91b24fcc21353df7c3cd7a5830b3 (diff)
Add configuration for enabling pointer matching on completion
Diffstat (limited to 'src/common')
-rw-r--r--src/common/config.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/config.odin b/src/common/config.odin
index 103004a..e45e2b6 100644
--- a/src/common/config.odin
+++ b/src/common/config.odin
@@ -34,6 +34,7 @@ Config :: struct {
enable_procedure_snippet: bool,
enable_checker_only_saved: bool,
enable_auto_import: bool,
+ enable_completion_matching: bool,
disable_parser_errors: bool,
thread_count: int,
file_log: bool,