04a92fc16e
Zed's [grammars.*] block requires a real Git SHA — "HEAD" does not
resolve. Lock to 3f209ef so a fresh `zed: install dev extension` can
clone the grammar.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
16 lines
615 B
TOML
16 lines
615 B
TOML
id = "pico-8"
|
|
name = "Pico-8"
|
|
version = "0.0.1"
|
|
schema_version = 1
|
|
authors = ["Kistaro Windrider <kistaro@gmail.com>"]
|
|
description = "Pico-8 cartridge (.p8) and Lua dialect support for Zed"
|
|
repository = "https://github.com/kistaro/zed-p8"
|
|
|
|
# The .p8 cart container grammar lives at the root of this repo.
|
|
# During local development, set `repository` to `file://` + the absolute
|
|
# path of your clone and pin `rev` to a committed SHA. When publishing,
|
|
# this should point at a public Git URL.
|
|
[grammars.p8_cart]
|
|
repository = "file:///Users/norberg/gitea-repos/zed-p8"
|
|
rev = "3f209efa897558e8ecd7aa3612846dc12798b0bb"
|