id = "pico-8" name = "Pico-8" version = "0.0.2" schema_version = 1 authors = ["Kistaro Windrider "] 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 = "39d77a8cae7a9094f4b324ac88d5d0865235db4a" path = "grammars/p8-cart" [grammars.pico8_lua] repository = "file:///Users/norberg/gitea-repos/zed-p8" rev = "39d77a8cae7a9094f4b324ac88d5d0865235db4a" path = "grammars/pico-8-lua"