10 lines
242 B
YAML
10 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.*"
|