slackhq / tree-sitter-hack

Hack grammar for tree-sitter
MIT License
33 stars 16 forks source link

fix: mark helper functions static #56

Closed amaanq closed 1 year ago

amaanq commented 1 year ago

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 [ ])