Heejong Lee

Results 6 comments of Heejong Lee

The .g4 file location is not a reliable source for inferring the package name parameter. So I agree with @petrbel.

Yes, definitely good to have. I will add this feature sooner or later but can't promise the exact date (PRs are always welcome btw 😄 )

@mpollmeier Thanks for your comment. `antlr4` subdirectory path was added because of the issue in `sbt-idea` plugin. You can see the commit log here: https://github.com/ihji/sbt-antlr4/commit/b706e722d57afb118cd42427649e170d26354d87 I think it's okay to...

Probably because the change was only released 5 days ago in https://github.com/tree-sitter/tree-sitter/releases/tag/v0.20.9

I'll take a look. I'm not sure if there's a simple fix for this, but if not, we might also consider creating a variant formula for `[email protected]` (it makes sense...

https://github.com/tree-sitter/tree-sitter/pull/2574/commits/60779cc1acb9929a10a773c4dbad304c5f524f1e seems relevant too. We might bump up the tree-sitter version at https://github.com/semgrep/ocaml-tree-sitter-core/blob/main/scripts/download-tree-sitter#L12 and recompile all language submodules to update the `parser.h` include directives in the generated `parser.c`.