highlight
highlight copied to clipboard
Request for YAML file for org mode files
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.
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.
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.