Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/taufik-nurrohman/ash
- Owner: taufik-nurrohman
- License: other
- Created: 2020-10-06T11:58:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-14T13:20:44.000Z (about 4 years ago)
- Last Synced: 2024-11-21T06:38:25.152Z (about 2 months ago)
- Topics: async, client, fast, highlight, light, syntax
- Language: JavaScript
- Homepage: http://taufik-nurrohman.js.org/ash
- Size: 281 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.