Skip to content

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