diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-07-19 20:10:50 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-07-22 18:48:36 -0400 |
| commit | dc8fdcb3d55d613dc71044e7a549b15b00e12cc7 (patch) | |
| tree | 952fa71105631f61758072c96a03873d578403ba /src/server/analysis.odin | |
| parent | ddd6485f6ea68e445ee893721b2696aa2ab91bc4 (diff) | |
Add proc attribute 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 8b4e3f9..53f42c2 100644 --- a/src/server/analysis.odin +++ b/src/server/analysis.odin @@ -2802,6 +2802,7 @@ make_symbol_procedure_from_ast :: proc( diverging = v.diverging, calling_convention = v.calling_convention, tags = v.tags, + attributes = attributes, } if _, ok := get_attribute_objc_name(attributes); ok { |