Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eugener/highlight.fx

Lightweight syntax highlighting for JavaFX
https://github.com/eugener/highlight.fx

java javafx syntax-highlighting

Last synced: 1 day ago
JSON representation

Lightweight syntax highlighting for JavaFX

Awesome Lists containing this project

README

        

# highlight.fx
[![Java CI with Maven](https://github.com/eugener/highlight.fx/actions/workflows/maven.yml/badge.svg)](https://github.com/eugener/highlight.fx/actions/workflows/maven.yml)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.eugener/highlightfx?label=highight.fx&logo=java)](https://search.maven.org/artifact/io.github.eugener/highlightfx/1.0/jar)

Includes `SyntaxPane`, lightweight syntax highlighting control.

See the [`demo application`](https://github.com/eugener/highlight.fx/blob/45f8998ebfcb9ccea3919933f0a961c7b60e4781/demo/src/main/java/io/github/eugener/highlightfx/demo/Main.java#L37) for an example of the SyntaxPane usage.

![java](assets/java-demo.png)
![scala](assets/scala-demo.png)
![xml](assets/xml-demo.png)