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

[OCaml] Add support for brace quoted strings #3959

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

deathaxe
Copy link
Collaborator

Resolves #3958

This commit...

  1. moves record definition blocks into a named context and includes it after strings context, to give {| precedence over {.
  2. adds patterns for {| ... |} strings.

Resolves sublimehq#3958

This commit...

1. moves record definition blocks into a named context and includes it after
   `strings` context, to give `{|` precedence over `{`.
2. adds patterns for `{| ... |}` strings.
@deathaxe deathaxe merged commit dd982ab into sublimehq:master Apr 19, 2024
2 checks passed
@deathaxe deathaxe deleted the pr/ocaml/fix-quoted-strings branch April 19, 2024 06:47
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.

[OCaml] "Quoted string" literals are not recognized
3 participants