ZeroX-DG / SnippetStore

:tada: A snippet management app for developers :rocket:
https://zerox-dg.github.io/SnippetStoreWeb/
MIT License
868 stars 81 forks source link

Custom code highlighting #20

Closed patrickTingen closed 6 years ago

patrickTingen commented 6 years ago

Hi, first thanks for this cool tool.

I am still exploring and testing it, but one thing that would benefit me is support for additional programming languages. I work in Progress 4GL (also known as OpenEdge ABL) and since it is a bit obscure I am not surprised that it is not supported. Are there any ways / plans to add extra languages?

ZeroX-DG commented 6 years ago

Snippet Store is currently using CodeMirror and will support any language that CodeMirror support. If you want your language to be available you should contribute it to CodeMirror. I'm currently doesn't have any plan on adding extra languages sorry.

patrickTingen commented 6 years ago

No problem, I will see if I can add my language to CodeMirror. Thanks!