We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d198ae3 commit 9dae994Copy full SHA for 9dae994
server/src/analyser.ts
@@ -70,6 +70,7 @@ export class Analyzer {
70
71
// Global mapping from tree-sitter node type to vscode SymbolKind
72
private kinds: Kinds = {
73
+ // These keys are using underscores as that's the naming convention in tree-sitter.
74
environment_variable_assignment: LSP.SymbolKind.Variable,
75
function_definition: LSP.SymbolKind.Function,
76
}
0 commit comments