blob: da001cfd05e24c3749dee947e2607b6f1d088a0d (
plain)
1
2
3
4
5
6
7
8
9
|
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.*"
|