-
Notifications
You must be signed in to change notification settings - Fork 17
A new strict JSON highlighter #14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
76929ef
to
732dfcf
Compare
Hi, just reminding you this is here. =) |
Ah, nice! Seems to work fine and also recognizes [] just like {} :) |
Nope– I'll update the pull request |
Updated =) (Also fixed a bug where \ was showing as an error) |
Yea, I noticed the \ problem too but assumed it was really a fault of mine ^^ Thank, will merge now. |
Hi, I'm currently in the process of trying to get all the contributions to the original JOE project (http://sourceforge.net/projects/joe-editor/) and wanted to ask kindly if you are willing to put your file under the GPL v2 license? This would be needed in order to comply with the license of the original JOE project. No problem if you decline, though :) |
Absolutely. In fact, dual licensed, GPL v2 and ISC:
|
Wonderful, thanks! |
Might you extend your statement to "GPL v2 or any later version"? The original JOE project evaluated their licensing situation and would like to have the any-later-version option to be better prepared for future developments... I already updated this for myself in the README. |
Sure. (Of course, ISC above, is permissive enough that I could have JUST licensed it under that and it'd be compatible with any version of the GPL.) |
Thanks. (Yea I guessed something like that but I'm not soo deep into license compatibility and didn't use ISC before...) Sorry for the trouble. |
So previously we were just using the js highlighter for json, but that's not actually desirable as json doesn't accept lots of stuff that js does. So I wrote this new json highlighter from scratch based on json.org– this should be complete to the point of highlighting any invalid JSON.