Versions in this module Expand all Collapse all v0 v0.0.3 Jul 7, 2026 v0.0.2 Jul 7, 2026 Changes in this version + func Diff(want, have []string) (added, removed []string) + func InsertItems(src, name string, additions []string) (string, []string) + func LangCommitsSince(since string) []string + func LastCommit(dir string) string + func ParseArray(src, name string) (items []string, ok bool) + func Run(t Target, src string, write bool) (string, bool, error) + func RunCLI(t Target) + func TextMateGrammar() ([]byte, error) + type Lang struct + Atoms []string + Builtins []string + Constants []string + Keywords []string + func Extract() Lang + type Target struct + Arrays []string + Dir string + File string + Name string