Files
dots/micro/syntax/godoc.yaml
Leandro Afonso f0cdef9259 init
2025-09-27 18:39:59 +01:00

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):?"