1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-01 07:10:00 +01:00
nanorc/Brewfile.nanorc

29 lines
604 B
Plaintext
Raw Normal View History

# Brewfile.nanorc
## Syntax highlighting for Homebrew Brewfiles
## Author: tomkyle (https://github.com/tomkyle)
syntax "Brewfile" "Brewfile$"
## Keywords
icolor red "^(tap)[[:space:]]"
icolor green "^(brew)[[:space:]]"
icolor blue "^(cask)[[:space:]]"
icolor brightblue "^(cask_args)[[:space:]]"
icolor magenta "^(mas)[[:space:]]"
## Brackets & parenthesis
color brightblack "(\(|\)|\[|\]|\{|\})"
## Strings and quotes
color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'"
color yellow "('|\")"
## comments
color brightblack "^#.*"
color white "^##.*"
color cyan "^###.*"