notes/micro/plug/filemanager/syntax.yaml
2021-09-27 11:16:00 -07:00

9 lines
242 B
YAML

filetype: filemanager
detect:
filename: "^filemanager$"
rules:
# The "..", the separator line thing, and directories
# Optionally, add this below to highlight the ascii line: "^─*$"
- special: "^\\.\\.$|\\-\\s.*|\\+\\s.*"