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

you don't highlight tick-char specially #18

Open
Alexey-T opened this issue Aug 23, 2021 · 1 comment
Open

you don't highlight tick-char specially #18

Alexey-T opened this issue Aug 23, 2021 · 1 comment

Comments

@Alexey-T
Copy link

Example from Reason repo

          let result =
            switch (part) {
            | `Text(value) =>
              if (String.length(workingLine)
                  + String.length(lastDelim)
                  + String.length(value) <= cols) {
                (message, workingLine ++ lastDelim ++ value, "");
              } else {
                (message ++ "\n" ++ workingLine, value, "");
              }
            | `Delim(g) => (message, workingLine, Re.Group.get(g, 0))
            };
@Alexey-T
Copy link
Author

Alexey-T commented Aug 23, 2021

`Text
`Delim 

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