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 support for error syntax #4

Closed
richardhenry opened this issue Jun 28, 2024 · 2 comments · Fixed by #5
Closed

Add support for error syntax #4

richardhenry opened this issue Jun 28, 2024 · 2 comments · Fixed by #5
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@richardhenry
Copy link

The error syntax is not currently supported. For example:

contract Foo {
    error Bar();
}

The error will not be highlighted (screenshot):

Screenshot 2024-06-28 at 11 51 15 PM
@zarifpour
Copy link
Owner

Once the above is merged, should be good to go 👍

@zarifpour zarifpour reopened this Jul 1, 2024
@zarifpour
Copy link
Owner

Thanks for opening this issue! Zed recently added support for language servers, so once this is merged, there will also be better support for Solidity development. Cheers 🍻

@zarifpour zarifpour self-assigned this Jul 2, 2024
@zarifpour zarifpour added enhancement New feature or request good first issue Good for newcomers labels Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants