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

syntax highlighting: Keywords after if are missed #217

Closed
charlieegan3 opened this issue Jul 15, 2024 · 1 comment
Closed

syntax highlighting: Keywords after if are missed #217

charlieegan3 opened this issue Jul 15, 2024 · 1 comment

Comments

@charlieegan3
Copy link
Collaborator

charlieegan3 commented Jul 15, 2024

In this example:

package mypackage

import rego.v1

rule1 if not input.something

rule2 if input.foo

else if input.bar

it looks ok in the playground
Screenshot 2024-07-15 at 09 56 43

but not in vscode:

image_360

@charlieegan3
Copy link
Collaborator Author

Closing as missed #182

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

No branches or pull requests

1 participant