Skip to content

Support for quoted strings a-la {|hello|} - #17

Open
keleshev wants to merge 1 commit into
textmate:masterfrom
keleshev:master
Open

Support for quoted strings a-la {|hello|}#17
keleshev wants to merge 1 commit into
textmate:masterfrom
keleshev:master

Conversation

@keleshev

@keleshev keleshev commented Dec 6, 2022

Copy link
Copy Markdown

This syntax was introduced in OCaml 4.02.0

Examples:

{|multi
line|}

{abc|quoted|abc}

match x with {|pattern|} -> y

This syntax was introduced in OCaml 4.02.0

Examples:

```ocaml
{|multi
line|}

{abc|quoted|abc}

match x with {|pattern|} -> y
```
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.

1 participant