diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-23 19:29:40 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-24 08:55:24 -0400 |
| commit | 9ccd1aa0c7f2ac0d8982750a9ac5c9d5c1e1ea34 (patch) | |
| tree | 8d5c65e5ee7ac3cf098fbed83c66f916d12d1197 /src/common | |
| parent | 118db4f7667c91b24fcc21353df7c3cd7a5830b3 (diff) | |
Add configuration for enabling pointer matching on completion
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/config.odin | 1 |
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, |