Page 1 of 1

How to highlight code?

Posted: Mon Mar 05, 2018 2:11 pm
by devprodest
Editor: Simple MDE
Theme: Log-master

I don't want to reinvent the wheel. :D

Re: How to highlight code?

Posted: Mon Mar 05, 2018 3:50 pm
by Edi
What do you mean with highlight code? Highlight a certain syntax?

There is plugin, but it should be updated:

https://github.com/Hydrock/highlight-bludit

Re: How to highlight code?

Posted: Mon Mar 05, 2018 7:51 pm
by devprodest
Edi wrote: Mon Mar 05, 2018 3:50 pm What do you mean with highlight code? Highlight a certain syntax?

There is plugin, but it should be updated:

https://github.com/Hydrock/highlight-bludit
Thank
C/C++, C#, xml, ini, html

Re: How to highlight code?

Posted: Mon Mar 05, 2018 10:00 pm
by Edi
There has not much to be updated. Meanwhile you can use the plugin, just renaming the english language file (at /bl-plugins/highlight-bludit-master/languages or /bl-plugins/highlight-bludit/languages) from

Code: Select all

en_US.json
to

Code: Select all

en_US.json

Re: How to highlight code?

Posted: Tue Mar 06, 2018 11:23 am
by Edi
The plugin can now also be downloaded from the repository:

https://plugins.bludit.com

Re: How to highlight code?

Posted: Tue Mar 06, 2018 11:35 am
by diego
I use this library for Highlight code on the themes.

https://highlightjs.org

EDIT: The same as this plugin use, https://github.com/bludit-plugins/highlight-bludit

Re: How to highlight code?

Posted: Wed Mar 07, 2018 4:51 pm
by devprodest
Thanks.
I installed the plugin.
Good.