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

Module-path operators confuse Check Syntax #446

Open
usaoc opened this issue Dec 20, 2023 · 0 comments
Open

Module-path operators confuse Check Syntax #446

usaoc opened this issue Dec 20, 2023 · 0 comments

Comments

@usaoc
Copy link
Collaborator

usaoc commented Dec 20, 2023

Module-path operators don’t seem to cooperate with Check Syntax enough. For example,

#lang rhombus
// "export.rhm"
export:
  something

def something = #false
#lang rhombus
// "import.rhm"
import:
  "export.rhm" open

something

here, Check Syntax can draw an arrow from something to "export.rhm", but

#lang rhombus
// "import.rhm"
import:
  file("export.rhm") open

something

here, no more arrow! In fact, even the most basic / module-path operator confuses Check Syntax, so Rhombus programs currently can look very bland in Racket Mode, which uses Check Syntax for fontification.

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