dotfiles/micro/plug/filemanager/syntax.yaml

10 lines
242 B
YAML
Raw Normal View History

2024-05-14 10:47:59 +07:00
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.*"