]> git.p6c8.net - policy-templates.git/commitdiff
Add syntax highlighting to examples.
authorPer Olofsson <magervalp@fastmail.fm>
Tue, 11 Dec 2018 09:34:49 +0000 (10:34 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Dec 2018 09:34:49 +0000 (10:34 +0100)
mac/README.md

index 9fa0ac11541e5540699968fc9ec68472075c5a80..486f94b86b302d0e2881e6b41b3147ffa3f95c6b 100644 (file)
@@ -9,7 +9,7 @@ https://github.com/mozilla/policy-templates/blob/master/mac/org.mozilla.firefox.
 If you want to set specific options from the command line, we also provide flattened shortcuts to any item that is nested in the plist file.
 
 For example, this policy:
 If you want to set specific options from the command line, we also provide flattened shortcuts to any item that is nested in the plist file.
 
 For example, this policy:
-```
+```json
 {
   "policies": {
     "Homepage": {
 {
   "policies": {
     "Homepage": {
@@ -19,7 +19,7 @@ For example, this policy:
 }
 ```
 which would be set in the plist file like this:
 }
 ```
 which would be set in the plist file like this:
-```
+```plist
   <key>Homepage</key>
   <dict>
     <key>URL</key>
   <key>Homepage</key>
   <dict>
     <key>URL</key>

patrick-canterino.de