Files
zed-p8/extension.toml
T
2026-05-01 12:57:06 -07:00

26 lines
990 B
TOML

id = "pico-8"
name = "Pico-8"
version = "0.0.2"
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"
# Both grammars live in this same repository, in subdirectories under
# `grammars/`. Zed's [grammars.*] block supports a `path` field for
# exactly this layout. During local development, `repository` is a
# `file://` URL pointing at this clone and `rev` is pinned to a
# committed SHA — Zed clones the grammar at that revision rather than
# reading the working tree, so changes only take effect after a commit
# + a `rev` bump in this file.
[grammars.p8_cart]
repository = "file:///Users/norberg/gitea-repos/zed-p8"
rev = "7557a34c89de5a994cc06025c8122dfa3a5af8cf"
path = "grammars/p8-cart"
[grammars.pico8_lua]
repository = "file:///Users/norberg/gitea-repos/zed-p8"
rev = "7557a34c89de5a994cc06025c8122dfa3a5af8cf"
path = "grammars/pico-8-lua"