mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09:00
11 lines
180 B
YAML
11 lines
180 B
YAML
filetype: unknown
|
|
|
|
detect:
|
|
filename: ""
|
|
|
|
rules:
|
|
# Mails
|
|
- special: "[[:alnum:].%_+-]+@[[:alnum:].-]+"
|
|
# URLs
|
|
- identifier: "(https?|ftp|ssh)://\\S*[^])>\\s,.]"
|