mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-22 17:00:23 +00:00
18 lines
262 B
YAML
18 lines
262 B
YAML
|
|
# godoc
|
||
|
|
# example: go doc -all | micro
|
||
|
|
|
||
|
|
filetype: godoc
|
||
|
|
|
||
|
|
detect:
|
||
|
|
filename: "\\.godoc$"
|
||
|
|
header: package.*import
|
||
|
|
|
||
|
|
rules:
|
||
|
|
- preproc: "^[^ ].*"
|
||
|
|
|
||
|
|
- comment:
|
||
|
|
start: "//"
|
||
|
|
end: "$"
|
||
|
|
rules:
|
||
|
|
- todo: "(TODO|XXX|FIXME):?"
|