Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby: support HAML template files #15863

Open
MaxSchlueter opened this issue Mar 11, 2024 · 1 comment
Open

Ruby: support HAML template files #15863

MaxSchlueter opened this issue Mar 11, 2024 · 1 comment
Labels
enhancement New feature or request Ruby

Comments

@MaxSchlueter
Copy link
Contributor

It would be nice if CodeQL supported extraction of HAML template files into the database, like it does for ERB template files. One challenge here is that there is no existing tree-sitter grammar for HAML yet, unlike for ERB template files, making it more difficult to integrate with the extractor. Tree-sitter grammar support for HAML has also come up elsewhere: zed-industries/extensions#179

@alexrford alexrford added enhancement New feature or request Ruby labels Mar 11, 2024
@jketema
Copy link
Contributor

jketema commented Mar 11, 2024

@MaxSchlueter Thanks for the suggestion. We'll take this in consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Ruby
Projects
None yet
Development

No branches or pull requests

3 participants