We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Zig is low level system language with simple syntax (https://ziglang.org)
Add a mode and syntax higlighting for this language
to be able to write zig in ace editor
No response
latest
The text was updated successfully, but these errors were encountered:
Sounds good, would you like to implement it?
You can look at some of the other syntax highlighters under /src/mode/. It's not so difficult if you have some experience with regular expressions.
/src/mode/
Sorry, something went wrong.
Sounds good, would you like to implement it? You can look at some of the other syntax highlighters under /src/mode/. It's not so difficult if you have some experience with regular expressions.
Already implemented #5429
Good job!
No branches or pull requests
Describe the feature
Zig is low level system language with simple syntax (https://ziglang.org)
Add a mode and syntax higlighting for this language
Use Case
to be able to write zig in ace editor
Proposed Solution
No response
Other Information
No response
Acknowledgements
ACE version used
latest
The text was updated successfully, but these errors were encountered: