highlight icon indicating copy to clipboard operation
highlight copied to clipboard

Request for YAML file for org mode files

Open rhnvrm opened this issue 6 years ago • 2 comments

I recently added a PR using highlight to https://github.com/senorprogrammer/wtf in https://github.com/senorprogrammer/wtf/pull/250 based on https://github.com/senorprogrammer/wtf/issues/81

It would be great if someone can contribute an org mode yaml.

rhnvrm avatar Jul 20 '18 06:07 rhnvrm

I think you'll have to add support org mode yourself. It shouldn't be too difficult though if you know what regexes you want to highlight. Take a look inside syntax_files for examples of other yaml files.

zyedidia avatar Jul 20 '18 15:07 zyedidia

Thanks, for the guidance, I went through the codebase and well written README about adding new languages. I will add org mode to this repo as soon as I get time. Till then, I am putting this code which I found (https://github.com/reimerdes/highlight.js/blob/a5729a884d8b132b14640cd2ff4d54f6c8a317a3/src/languages/orgmode.js) which contains regex for org mode just for reference.

rhnvrm avatar Jul 23 '18 10:07 rhnvrm