diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-07-19 19:36:42 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-07-22 18:48:23 -0400 |
| commit | ddd6485f6ea68e445ee893721b2696aa2ab91bc4 (patch) | |
| tree | f90f30517bfca81476f48a8a15cf0dd58d9bc607 /src/server/symbol.odin | |
| parent | 4eda03d0564acbbd577edb54183f4443fbdd0e94 (diff) | |
Add proc directives to hover information
Diffstat (limited to 'src/server/symbol.odin')
| -rw-r--r-- | src/server/symbol.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/symbol.odin b/src/server/symbol.odin index 1cde72f..3cff104 100644 --- a/src/server/symbol.odin +++ b/src/server/symbol.odin @@ -58,6 +58,7 @@ SymbolProcedureValue :: struct { generic: bool, diverging: bool, calling_convention: ast.Proc_Calling_Convention, + tags: ast.Proc_Tags, } SymbolProcedureGroupValue :: struct { |