You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commas in EDN are highlighted as errors in the latest release:
Commas are optional in EDN notation, from docs:
Elements are generally separated by whitespace. Whitespace, other than within strings, is not otherwise significant, nor need redundant whitespace be preserved during transmissions. Commas , are also considered whitespace, other than within strings.
This wasn't happening on previous releases.
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue! If you're reporting a 🐞 bug, please make sure
you include steps to reproduce it. If you're requesting a feature 🎁, please provide real
use cases that would benefit. 👪
To help make this a smooth process, please be sure you have first read the contributing guidelines.
It looks like this happened when upgrading Codemirror.
I can reproduce this on the official Codemirror Clojure mode demo. It seems like this may be the patch that introduced it if you'd like to leave a comment there.
gschier
changed the title
EDN Formatting, Optional commas highlighted as errors
[Bug] EDN Formatting, Optional commas highlighted as errors
Apr 23, 2019
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Version 6.4.0 (6.4.0.2712)
macOS Mojave 10.14.4
Details
Commas in EDN are highlighted as errors in the latest release:
Commas are optional in EDN notation, from docs:
This wasn't happening on previous releases.
The text was updated successfully, but these errors were encountered: