re-add catch_clause

This commit is contained in:
Chinmay Dalal 2020-07-22 05:10:56 +05:30 committed by GitHub
parent 4db7336716
commit 5c121eb318
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@
; try/catch
(try_statement) @scope ; covers try+catch, individual try and catch are covered by (block)
(catch_clause) @scope ; needed because `Exception` variable
; loops
(for_statement) @scope ; whole for_statement because loop iterator variable