nathanfallet / ocaml

An OCaml editor, top level, and learning place for iOS, iPadOS and macOS
https://ocaml-learn-code.com
GNU General Public License v3.0
70 stars 8 forks source link

Highlight code on Android #35

Closed nathanfallet closed 2 years ago

nathanfallet commented 2 years ago

Currently, the library used on Android does not support OCaml highlighting. The goal is to implement it. See also: https://github.com/markusressel/KodeHighlighter/issues/18

nathanfallet commented 2 years ago

Just opened https://github.com/markusressel/KodeHighlighter/pull/20

nathanfallet commented 2 years ago

Should be totally fixed by https://github.com/markusressel/KodeHighlighter/pull/22. When the pull request will be merged, and a new version released, I will be able to update the app to fix this issue.

nathanfallet commented 2 years ago

Fixed