Official TextMate grammar for the Lateralus programming language.
This repository is vendored by github-linguist/linguist under
vendor/grammars/lateralus-grammar to power GitHub's syntax
highlighting and language classification for .ltl files.
It is also consumed directly by the Lateralus VS Code extension and by any other editor that supports TextMate grammars (Atom, Sublime Text, TextMate itself, Zed, Helix, etc.).
| File | Purpose |
|---|---|
syntaxes/lateralus.tmLanguage.json |
TextMate grammar (scope source.ltl) |
language-configuration.json |
Bracket / comment metadata for VS Code-style editors |
package.json |
Grammar manifest consumed by VS Code, Zed, and github-linguist/linguist's script/convert-grammars |
CHANGELOG.md |
Release notes per grammar version |
LICENSE |
MIT |
source.ltl
.ltl (primary). Related extensions .ltasm, .ltlm, .ltlml,
.ltlcfg, .ltlnb are documented in the main language repository but
are not covered by this grammar; each has its own grammar in the
upstream VS Code extension package.
The authoritative source is
bad-antics/lateralus-lang
under vscode-lateralus/syntaxes/lateralus.tmLanguage.json. This
repository simply republishes that grammar on a stable public URL
suitable for Linguist submoduling.
MIT — see LICENSE.