We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ca4ffa + bdb8ea1 commit 2bddc25Copy full SHA for 2bddc25
Brewfile.nanorc
@@ -0,0 +1,28 @@
1
+# Brewfile.nanorc
2
+## Syntax highlighting for Homebrew Brewfiles
3
+## Author: tomkyle (https://github.com/tomkyle)
4
+
5
+syntax "Brewfile" "Brewfile$"
6
7
+## Keywords
8
+icolor red "^(tap)[[:space:]]"
9
+icolor green "^(brew)[[:space:]]"
10
+icolor blue "^(cask)[[:space:]]"
11
+icolor brightblue "^(cask_args)[[:space:]]"
12
+icolor magenta "^(mas)[[:space:]]"
13
14
15
+## Brackets & parenthesis
16
+color brightblack "(\(|\)|\[|\]|\{|\})"
17
18
19
+## Strings and quotes
20
+color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'"
21
+color yellow "('|\")"
22
23
24
+## comments
25
+color brightblack "^#.*"
26
+color white "^##.*"
27
+color cyan "^###.*"
28
0 commit comments