Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
skovhus committed Jan 18, 2023
1 parent 681e178 commit 608dd87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/util/tree-sitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ export function range(n: SyntaxNode): Range {

export function isDefinition(n: SyntaxNode): boolean {
switch (n.type) {
// For now. Later we'll have a command_declaration take precedence over
// variable_assignment
case 'variable_assignment':
case 'function_definition':
return true
Expand Down

0 comments on commit 608dd87

Please sign in to comment.