Skip to content

Instantly share code, notes, and snippets.

View descention's full-sized avatar

Scott Mundorff descention

View GitHub Profile
@descention
descention / yaml.nanorc
Created January 25, 2017 18:01
Nano syntax highlighting for YAML files
## Nano syntax highlighting for YAML files
##
## Author: Leo Arnold
## License: Public Domain
## URL: https://gist.github.com/leoarnold/96272e33753aff09163cf18ad641f028
syntax "yaml" "\.(yml|yaml)$"
## Keys
icolor green "^[[:space:]]*(- )?[.0-9A-Z_/-]+:( |$)"