lateralus-toolkit
v1.0.0
Published
Meta-package for the Lateralus programming language ecosystem on npm. Installs all official grammars and snippets in one go.
Maintainers
Readme
lateralus-toolkit
One-shot install of the Lateralus ecosystem's TextMate grammars and code snippets.
Install
npm install lateralus-toolkitThis pulls in:
| Package | Purpose |
|---|---|
| lateralus-grammar | Main .ltl grammar |
| lateralus-asm-grammar | .ltasm assembly grammar |
| lateralus-cfg-grammar | .ltlcfg config grammar |
| lateralus-markup-grammar | .ltlm/.ltlml markup grammar |
| lateralus-notebook-grammar | .ltlnb notebook grammar |
| lateralus-snippets | Code snippets, all dialects |
Usage
After installing, locate each grammar at node_modules/<package>/syntaxes/*.tmLanguage.json and the snippets at node_modules/lateralus-snippets/snippets/*.json. Suitable for:
- Custom editor plugins (Sublime Text, Atom, Theia, Lapce, Helix tree-sitter wrappers)
- Static-site syntax highlighters (Shiki, Prism via VSCode tokens, highlight.js wrappers)
- Documentation tooling that needs Lateralus highlighting
For end-user editor support, install the unified VS Code / VSCodium / Cursor extension instead:
code --install-extension lateralus.lateralus-lang(Available on both VS Marketplace and Open VSX.)
License
MIT — see LICENSE. All bundled packages are likewise MIT.
Homepage
https://lateralus.dev
