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

[STAL-2703] feat: add Markdown support #488

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

amaanq
Copy link
Collaborator

@amaanq amaanq commented Aug 13, 2024

What problem are you trying to solve?

Currently, we do not support Markdown files. We need a way to parse and query Markdown files, but we do not currently fetch and build a Markdown grammar.

What is your solution?

Add the Markdown grammar to the analyzer itself, which is fetched from https://github.com/tree-sitter-grammars/tree-sitter-markdown. This will allow us (and customers down the line) to begin writing rules targeting Markdown files.

Alternatives considered

What the reviewer should know

@amaanq amaanq requested a review from a team as a code owner August 13, 2024 18:43
@amaanq amaanq requested a review from jasonforal August 13, 2024 18:43
@amaanq amaanq merged commit 2c2c508 into main Aug 13, 2024
64 checks passed
@jasonforal jasonforal deleted the amaan.qureshi/markdown branch November 8, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants