diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-07-05 19:44:41 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-07-05 20:31:43 -0400 |
| commit | a1692bc64885ae46f50d00c6426eaf1a96f6e4fa (patch) | |
| tree | 749db06ff709e9809be31f1c2a6d14b2c6284de7 /src/server/hover.odin | |
| parent | 58748c93f2eea884034a128105a54c526edc3048 (diff) | |
Improve resolving enumerated arrays
Diffstat (limited to 'src/server/hover.odin')
| -rw-r--r-- | src/server/hover.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/hover.odin b/src/server/hover.odin index 7dd1e51..adf8556 100644 --- a/src/server/hover.odin +++ b/src/server/hover.odin @@ -414,7 +414,6 @@ get_hover_information :: proc(document: ^Document, position: common.Position) -> } } } - } } return {}, false, true |