atom / highlights

Syntax highlighter
https://atom.github.io/highlights
MIT License
529 stars 54 forks source link

Scheme and/or Lisp language #71

Open jcubic opened 4 years ago

jcubic commented 4 years ago

Summary

Scheme and lisp languages

Motivation

They are not supported, if there is possible to add, then you should write in docs how to do that. I'm not using Atom I'm using marky-markdown that use this package and scheme is not supported.

I want this to write interactive scheme tutorial project were content is in markdown file and I need scheme syntax highlighting.

Describe alternatives you've considered

Aleternative is to allow 3rd party languages, I've found this:

https://github.com/rogerbutt/scheme-syntax

(Found using atom search).

but it's very limited, I can fork it and add missing feature or contribute back to that project. But there is no way to hook up this with highlights library.