Skip to content

Commit

Permalink
Revert symbol back to OBJECT
Browse files Browse the repository at this point in the history
  • Loading branch information
kv9898 committed Oct 17, 2024
1 parent 366e0b3 commit c83b756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ark/src/lsp/symbols.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ fn index_assignment(

let symbol = DocumentSymbol {
name,
kind: SymbolKind::VARIABLE, // Use VARIABLE kind to represent an assignment
kind: SymbolKind::OBJECT,
detail: None,
children: Some(Vec::new()),
deprecated: None,
Expand Down

0 comments on commit c83b756

Please sign in to comment.