-
Notifications
You must be signed in to change notification settings - Fork 29
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
Json result format #23
Conversation
Constants should be uppercase
👍 |
When forcing the load of the Atom editor, the result is empty and opens a buffer with undefined on It
Found a couple of bugs, missing quotes, the other was already there, and It's related to the load of the package and initalization, both fixed. I am adding tests for the features I added, we could use that as our starting base for testing the rest of the package. |
Added some specs to test the new json result process. Related to #22 |
you can go ahead and merge this if it's finished :) i'll also see what i can do about allowing you to do |
Great, I'll do It. Thank you!
|
Json result format Added tests and travis-ci configuration
This is related to #10
The format is good now, but the syntax highlighting is a bit trickier if trying to use Atom internal system, although I almost have It. I am using the grammar tokenizer for highlighting, but I am trying to get a method from Atom API to pass the tokens to html, It doesn't seem is there anymore, or I need to read more code. Now I have:
I'll continue working on It.
I also refactored some constants, and I think all the json related code should go in a different file, I'll get into that.