This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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_/-]+:( |$)" |