Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for internal visibility modifier
Summary: Modern Hacklang introduced modules and the internal visibility modifier to mark methods and functions as only accessible from within the current module. The Hacklang treesitter grammar doesn't support the internal visibility modifier yet. This diff addresses it. Test Plan: Grammar tests pass: ``` tree-sitter generate tree-sitter test ``` Reviewers: Subscribers: Tasks: Tags:
- Loading branch information