We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently I see:
^123 x ^[:dynamic true] x
at: https://github.com/tonsky/sublime-clojure/blob/master/syntax_test_clojure.cljc#L97
Are these supposed to pass?
Specifically, the constructs:
^123 x
and
^[:dynamic true] x
don't seem syntactically valid.
The text was updated successfully, but these errors were encountered:
I think this test tests that those constructs are not highlighted as metadata. Ideally they should’ve been errors, of course.
Sorry, something went wrong.
Thanks!
No branches or pull requests
Currently I see:
at: https://github.com/tonsky/sublime-clojure/blob/master/syntax_test_clojure.cljc#L97
Are these supposed to pass?
Specifically, the constructs:
and
don't seem syntactically valid.
The text was updated successfully, but these errors were encountered: