Skip to content

fix: allow underscore-prefixed identifiers#57

Open
ivanauth wants to merge 1 commit intoauthzed:mainfrom
ivanauth:fix/issue-50-underscore-identifiers
Open

fix: allow underscore-prefixed identifiers#57
ivanauth wants to merge 1 commit intoauthzed:mainfrom
ivanauth:fix/issue-50-underscore-identifiers

Conversation

@ivanauth
Copy link
Copy Markdown
Contributor

Description

Updates regex patterns in parsing and syntax highlighting to allow identifiers starting with underscore (_), as described in the schema docs.

Blocked by authzed/spicedb#2733 which updates the proto validation to accept underscore prefixes.

References

Fixes #50

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.

The language server throws errors on identifiers that begin with underscore

1 participant