Skip to content

Commit

Permalink
Rename TraversalExprKind to ReferenceExprKind
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck committed Jan 9, 2024
1 parent 3b484eb commit 6a13c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/lsp/symbols.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func exprSymbolKind(symbolKind lang.SymbolExprKind, supported []lsp.SymbolKind)
case cty.Number:
return supportedSymbolKind(supported, lsp.Number)
}
case lang.TraversalExprKind:
case lang.ReferenceExprKind:
return supportedSymbolKind(supported, lsp.Constant)
case lang.TupleConsExprKind:
return supportedSymbolKind(supported, lsp.Array)
Expand Down

0 comments on commit 6a13c69

Please sign in to comment.