highlightjs-ass
Version:
(Advanced) SubStation Alpha subtitle grammar for highlight.js
43 lines (25 loc) • 838 B
Markdown
# 1.0.1
- Fixed non-ESM CDN build not inlining the import
# 1.0.0
- Swap buildchain to `rolldown` and `@rollup/plugin-terser`
- Include license in bundled files
- Highlight inline ASS comments `{like this!}`
- Updated README to reflect support of official highlight.js tooling
# 0.0.7
- Additional SSA v1 support (`\C`, `\F`, `\I`)
# 0.0.6
- Allow looser color syntax (missing trailing ampersand)
- Allow decimal shadows etc. in Style definition
- Accept Effect-less SSA v1 Dialogue lines
- Accept SSA v2 and v3 Dialogue lines
# 0.0.5
- Support SSA comments (`!:`), Dialogue lines, and Style lines
# 0.0.4
- Support `\\n`, `\\N`, and `\\h`
# 0.0.3
- Prevent polynomial backtracking in Style and Dialogue
- Better language autodetection heuristic
# 0.0.2
- Added initial ESM distribution version
# 0.0.1
- Initial Release