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

Doc: use string array delimiter as-is input on highlight #5297

Commits on Nov 15, 2017

  1. Doc: use string array delimiter as-is input on highlight

    Current highlighter implementation losts string array delimiter information,
    and replaces it with `%w(` or `%i(`. Highlighter should respect user input,
    and it can produce invalid Crystal code if string array item has `)`.
    makenowjust committed Nov 15, 2017
    Copy the full SHA
    c67b35d View commit details
    Browse the repository at this point in the history