- README documents install-from-disk and what actually works today - jaitest prints the recovery steps when a poisoned build cache makes :test report NO-SOURCE, and AGENTS.md records the failure mode
14 lines
422 B
Markdown
14 lines
422 B
Markdown
<!-- Keep a Changelog guide -> https://keepachangelog.com -->
|
|
|
|
# Jai Plugin Changelog
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
- `.jai` file type, icon, and language registration
|
|
- Hand-written Jai lexer covering the full token set of the compiler's own lexer,
|
|
including nesting block comments and here-strings
|
|
- Syntax highlighting and a colour settings page
|
|
- Comment/uncomment support and brace matching, including `.{` and `.[`
|