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/analysis.odin | |
| parent | 4eda03d0564acbbd577edb54183f4443fbdd0e94 (diff) | |
Add proc directives to hover information
Diffstat (limited to 'src/server/analysis.odin')
| -rw-r--r-- | src/server/analysis.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/analysis.odin b/src/server/analysis.odin index 0929a61..8b4e3f9 100644 --- a/src/server/analysis.odin +++ b/src/server/analysis.odin @@ -2801,6 +2801,7 @@ make_symbol_procedure_from_ast :: proc( generic = v.generic, diverging = v.diverging, calling_convention = v.calling_convention, + tags = v.tags, } if _, ok := get_attribute_objc_name(attributes); ok { |