Enable scope but only for function_declaration
#826
Replies: 1 comment 1 reply
-
To exclude everything except functions, you would only need to exclude |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm only interested on scope for
function_declaration
. I tried to configureibl
like this (see snippet) but on javascript and typescript files ("javascript", "tsx", "typescript" parsers) it will still highlight scopes likeif_statement
.So how can I only enable
function_declaration
for scope?Beta Was this translation helpful? Give feedback.
All reactions