Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doc: use string array delimiter as-is input on highlight (#5297)
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 `)`.
- Loading branch information