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

IR syntax highlighting #1204

Merged
merged 1 commit into from
Apr 8, 2022
Merged

IR syntax highlighting #1204

merged 1 commit into from
Apr 8, 2022

Conversation

mohammadfawaz
Copy link
Contributor

Using LLVM as a reference language here.. not ideal but better than nothing. There is a lot of overlap in instruction names and some basic syntax, so we'll get some colours in.

syntax highlighting for IR files
@mohammadfawaz mohammadfawaz requested a review from otrho April 8, 2022 18:36
@mohammadfawaz mohammadfawaz self-assigned this Apr 8, 2022
@mohammadfawaz mohammadfawaz added the bikeshedding For bikeshedding trivialities label Apr 8, 2022
Comment on lines +6 to +7
*.in_ir linguist-language=LLVM
*.out_ir linguist-language=LLVM
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm in the process of removing these in favour of FileCheck. Mustn't forget to update here when I do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bikeshedding For bikeshedding trivialities
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants