Skip to content

Commit 9dae994

Browse files
committed
Add note about snake-case usage
1 parent d198ae3 commit 9dae994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/analyser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export class Analyzer {
7070

7171
// Global mapping from tree-sitter node type to vscode SymbolKind
7272
private kinds: Kinds = {
73+
// These keys are using underscores as that's the naming convention in tree-sitter.
7374
environment_variable_assignment: LSP.SymbolKind.Variable,
7475
function_definition: LSP.SymbolKind.Function,
7576
}

0 commit comments

Comments
 (0)