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

feat: Add LLVM IR grammar #130

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

jeremy-rifkin
Copy link

Hi,
This PR adds a grammar for LLVM IR. Related to shikijs/shiki#864.

This language is a little abnormal compared to other languages, it's not meant to be hand-written and instead it is an intermediate representation used by LLVM for compiler optimizations. But because LLVM is such a big and popular project, and so widely regarded, it would be helpful to have syntax highlighting supported natively by shiki.

Litmus tests regarding significance: GitHub linguist supports llvm IR and discord's syntax highlighting supports it too.

Copy link

netlify bot commented Mar 6, 2025

Deploy Preview for textmate-grammars-themes failed.

Name Link
🔨 Latest commit c37a947
🔍 Latest deploy log https://app.netlify.com/sites/textmate-grammars-themes/deploys/67c9068f9a45ad0008f77760

@jeremy-rifkin
Copy link
Author

I'm not sure why CI is failing. Could use guidance on this.

@chrisirhc
Copy link
Contributor

I'm not sure why CI is failing. Could use guidance on this.

See #132

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