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

Character literals containing a single quotation mark throw off syntax highlighting #157

Open
rkallos opened this issue May 30, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@rkallos
Copy link

rkallos commented May 30, 2021

Consider the following example:

actor Main
  new create(env: Env) =>
    let c: U8 = '"'
    let c2: U8 = '"'

ponylang-mode currently highlights the text between the two quotation marks as a string.

@damon-kwok damon-kwok added the help wanted Extra attention is needed label Jun 12, 2021
@SeanTAllen SeanTAllen added the bug label Jun 12, 2021
@SeanTAllen SeanTAllen removed the bug label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants