mirror of
https://github.com/scopatz/nanorc
synced 2025-04-03 20:50:06 +02:00
Merge e32b7c5490e95dbd6bd7b8019496174d24d57c6f into 1aa64a86cf4c750e4d4788ef1a19d7a71ab641dd
This commit is contained in:
commit
bd5a76628b
28
Brewfile.nanorc
Normal file
28
Brewfile.nanorc
Normal file
@ -0,0 +1,28 @@
|
||||
# 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 "^###.*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user