gitextract_09an3s_0/ ├── .github/ │ ├── FUNDING.yml │ ├── ISSUE_TEMPLATE.yml │ └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── LICENSE ├── Readme.md ├── go.mod ├── go.sum ├── highlight.go ├── termd.go ├── termd_test.go ├── testdata/ │ └── example.md └── theme.go