Mark all non treesitter$LANG_externalscanner$ACTION functions static to avoid bad linkage when used with other scanners that potentially have functions with the same name
Requirements (place an x in each [ ])
[x] I've added tests for any new code and ran npm run test-corpus to make sure all tests pass.
[x] I've read and understood the Contributing Guidelines and have done my best effort to follow them.
Summary
Mark all non treesitter$LANG_externalscanner$ACTION functions static to avoid bad linkage when used with other scanners that potentially have functions with the same name
Requirements (place an
x
in each[ ]
)npm run test-corpus
to make sure all tests pass.