mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 14:55:38 -04: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,.]"
|