Skip to content

Commit c55009e

Browse files
authored
Fix AGENTS.md referencing a non-existent scripts directory (#1231)
AGENTS.md referenced `./scripts`, which doesn't exist. This updates the file to reference `./_tools`.
1 parent c5e763e commit c55009e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Chroma is a syntax highlighting library, tool and web playground for Go. It is based on Pygments and includes importers for it, so most of the same concepts from Pygments apply to Chroma.
22

3-
This project is written in Go, uses Hermit to manage tooling, and Just for helper commands. Helper scripts are in ./scripts.
3+
This project is written in Go, uses Hermit to manage tooling, and Just for helper commands. Helper tooling is primarily in ./_tools.
44

55
Language definitions are XML files defined in ./lexers/embedded/*.xml.
66

0 commit comments

Comments
 (0)