fix(fennel): capture method calls as @method.call

This commit is contained in:
Chinmay Dalal 2023-07-31 16:14:34 +05:30 committed by Amaan Qureshi
parent 1c79da3300
commit 82c9486539

View file

@ -34,7 +34,7 @@
(multi_symbol_method
":" @punctuation.delimiter
(symbol) @method .)
(symbol) @method.call .)
(list . (symbol) @function.call)
(list . (multi_symbol (symbol) @function.call .))