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

Add the c_char and f80 primitive types for syntax highlighting #43

Merged
merged 5 commits into from
Jun 28, 2024

Conversation

AnthonyZhOon
Copy link
Contributor

@AnthonyZhOon AnthonyZhOon commented Jun 28, 2024

I've added the missing c_char and f80 primitive types from https://ziglang.org/documentation/master/#Primitive-Types to the builtin types.

  • Added c_char and f80 primitves types for highlighting
  • Ran tree-sitter generate using tree-sitter-cli v0.22.6 to update the parser which generated extra binding files
  • Bumped the npm dependency for tree-sitter to v0.22.6

However, CI is failing for a diff on the assets/ files, so I need help figuring out how to fix that for CI. This might be CRLF and LF being changed as I worked in a linux environment?

Before:
before

After:
after

@maxxnino maxxnino merged commit 2bac4cc into maxxnino:main Jun 28, 2024
1 check failed
@maxxnino
Copy link
Owner

thank you

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