You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return (("expression_statement" ==node:type()) or ("function_definition" ==node:type()) or ("for_statement" ==node:type()) or ("call" ==node:type()))
42
+
return (("expression_statement" ==node:type()) or ("import_statement" ==node:type()) or ("import_from_statement" ==node:type()) or ("with_statement" ==node:type()) or ("function_definition" ==node:type()) or ("for_statement" ==node:type()) or ("call" ==node:type()))
43
43
end
44
44
_2amodule_2a["form-node?"] =form_node_3f
45
45
localfunctionwith_repl_or_warn(f, opts)
@@ -205,19 +205,19 @@ local function start()
205
205
ifnotpcall(_18_) then
206
206
returnlog.append({(comment_prefix.."(error) The python client requires a python treesitter parser in order to function."), (comment_prefix.."(error) See https://github.com/nvim-treesitter/nvim-treesitter"), (comment_prefix.."(error) for installation instructions.")})
0 commit comments