]> git.p6c8.net - policy-templates.git/blobdiff - mac/README.md
Add syntax highlighting to examples.
[policy-templates.git] / 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:
-```
+```json
 {
   "policies": {
     "Homepage": {
@@ -19,7 +19,7 @@ For example, this policy:
 }
 ```
 which would be set in the plist file like this:
-```
+```plist
   <key>Homepage</key>
   <dict>
     <key>URL</key>

patrick-canterino.de