0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-17 14:09:11 +01:00
2025-12-05 20:01:56 -08:00

10 lines
263 B
JSON

{
"schemaVersion": 1,
"id": "example-highlight-txt",
"name": "Example TXT Highlighter",
"version": "1.0.0",
"description": "Simple sample plugin that renders .txt files with a custom color scheme.",
"entry": "render.js",
"filePatterns": ["*.txt"]
}