added micro settings
This commit is contained in:
parent
104f366736
commit
83cfcb5745
27 changed files with 1963 additions and 0 deletions
9
micro/plug/filemanager/syntax.yaml
Normal file
9
micro/plug/filemanager/syntax.yaml
Normal file
|
|
@ -0,0 +1,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.*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue