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 is broken for a wildcard in the env stanza #1319

Closed
Khady opened this issue Jan 4, 2024 · 0 comments · Fixed by #1334
Closed

syntax highlighting is broken for a wildcard in the env stanza #1319

Khady opened this issue Jan 4, 2024 · 0 comments · Fixed by #1334
Labels

Comments

@Khady
Copy link
Contributor

Khady commented Jan 4, 2024

image

(env
 (release
  (env-vars
   (REFMT_PRINT_WIDTH 120))
  (flags
   ((:include dune_flags.sexp)
    -warn-error
    +A-d)))
 (_
  (env-vars
   (REFMT_PRINT_WIDTH 120))
  (flags
   (:include dune_flags.sexp))))

See that the highlighting is very different in the release and _ branches

@smorimoto smorimoto changed the title syntax highlighting is broken for a wildcard in the env stanza` syntax highlighting is broken for a wildcard in the env stanza Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants