Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9dae994

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /