Skip to content
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

added property and function call highlighting #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daviel
Copy link
Contributor

@daviel daviel commented Feb 21, 2019

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.

-- The color can be set in the user.lua or system.lua like so:
highlightfunctioncalls = {indicator = wxstc.wxSTC_INDIC_TEXTFORE, color = styles.colors.Blue}
-- and
highlightproperties = {indicator = wxstc.wxSTC_INDIC_TEXTFORE, color = styles.colors.Red}

Here an example of how it looks in atom for javascript:
atom

And here how it looks in ZeroBrane after activating the plugins:
zerobrane

And here before activation of the plugins:
zerobranebefore

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! 👍

@daviel
Copy link
Contributor Author

daviel commented May 24, 2020

Any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant