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 Ziglang support #5428

Closed
1 of 2 tasks
bajrangCoder opened this issue Dec 17, 2023 · 3 comments
Closed
1 of 2 tasks

Add Ziglang support #5428

bajrangCoder opened this issue Dec 17, 2023 · 3 comments

Comments

@bajrangCoder
Copy link
Contributor

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

ACE version used

latest

@vanillajonathan
Copy link
Contributor

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.

@bajrangCoder
Copy link
Contributor Author

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

@vanillajonathan
Copy link
Contributor

Good job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants