Closed frankrolf closed 1 year ago
Here is a related PR: https://github.com/rouge-ruby/rouge/pull/864
Thank you for pointing out this dependency – makes sense! Does this mean if I’d manage to convince the maintainers of Highlight, you might consider support for this format?
Thanks!
Of course, adding support for a format supported by the Highlight engine is very simple.
I would love support for the OpenType feature syntax to be added.
This is an example file: https://github.com/adobe-fonts/source-serif/blob/main/Roman/familyGSUB.fea
Here is the
kMDItemContentType
for a.fea
file:This is the Feature File Specification: https://adobe-type-tools.github.io/afdko/OpenTypeFeatureFileSpecification.html
Here are some syntax highlighters for OpenType features: https://github.com/brew/opentype-feature-bundle https://github.com/wooorm/starry-night/blob/main/lang/source.opentype.js
As far as I can tell, OT feature syntax highlighting is supported on GitHub itself – not sure what highlighter is used here.
Please let me know how I can help, and thank you in advance!