Skip to content

Commit bd7dd89

Browse files
pokeybrxck
authored andcommitted
Add missing function name
1 parent 5419e38 commit bd7dd89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/languages/json.ts

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const nodeMatchers: Record<ScopeType, NodeMatcher> = {
3030
functionCall: notSupported,
3131
argumentOrParameter: notSupported,
3232
namedFunction: notSupported,
33+
functionName: notSupported,
3334
comment: notSupported,
3435
type: notSupported,
3536
name: notSupported,

0 commit comments

Comments
 (0)