We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5419e38 commit bd7dd89Copy full SHA for bd7dd89
src/languages/json.ts
@@ -30,6 +30,7 @@ const nodeMatchers: Record<ScopeType, NodeMatcher> = {
30
functionCall: notSupported,
31
argumentOrParameter: notSupported,
32
namedFunction: notSupported,
33
+ functionName: notSupported,
34
comment: notSupported,
35
type: notSupported,
36
name: notSupported,
0 commit comments