added property and function call highlighting #78
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I made these two plugins to add additional highlighting to ZeroBrane. I was used to the quite good highlighting in atom and wanted to have something similiar for ZeroBrane. It improves the readibility of code a lot and is a must-have eyecandy in my opinion.
Here an example of how it looks in atom for javascript:
And here how it looks in ZeroBrane after activating the plugins:
And here before activation of the plugins:
Also I have to mention that the quality of this two plugins is rather bad as I am not used to this kind of regex maybe someone can help me out with this. Also there are some things that need additional fixing like highlighting in comments and some more. So take this more as a proof of concept and whether there is someone interested in this.
I would appreciate every feedback on this. Thanks! 👍