mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-17 14:09:11 +01:00
10 lines
263 B
JSON
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"]
|
|
}
|