Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taufik-nurrohman/ash

A hard mode client-side syntax highlighter for the web.
https://github.com/taufik-nurrohman/ash

async client fast highlight light syntax

Last synced: 21 days ago
JSON representation

A hard mode client-side syntax highlighter for the web.

Awesome Lists containing this project

README

        

Asynchronous Syntax Highlighter (~4 KB Minified)
================================================

> A hard mode client-side syntax highlighter for the web.

![Asynchronous Syntax Highlighter](https://user-images.githubusercontent.com/1669261/97794354-69417100-1c2b-11eb-8ea9-0a34666e5be4.png)

Ash aims to solve problems related to client-side syntax highlighter file size which usually gets bigger as you have more syntax variants that you want to highlight. With Ash, you will only need to load the main file once, and the associated language files will be loaded automatically as needed.

[Demo and Documentation](https://taufik-nurrohman.github.io/ash)

---

Release Notes
-------------

### 0.0.3

- Improved PHP syntax highlighter to mark PHP code that spans in a HTML tag.
- Added CSV, TSV, and Twig syntax highlighter.

### 0.0.2

- Fixed word boundary pattern bug.

### 0.0.1

- Initial release.