summaryrefslogtreecommitdiffhomepage
path: root/hocon.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-08 05:36:45 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-08 05:36:45 -0700
commit868df8c4e8c32af8f1af9fca34e3e0dcb7be252a (patch)
tree312b3080d4f36c73f792006466ad0a9a1b79f14c /hocon.html.markdown
parent7ecafce66f81f165cfa235b78be327914ebd9130 (diff)
Rename highlight languages back to Pygments
Diffstat (limited to 'hocon.html.markdown')
-rw-r--r--hocon.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/hocon.html.markdown b/hocon.html.markdown
index 67ea30a2..b09e20f0 100644
--- a/hocon.html.markdown
+++ b/hocon.html.markdown
@@ -16,7 +16,7 @@ noisy than some other formats.
Additionally, its support for comments makes it much better suited for
user-facing configurations than JSON.
-```hocon
+```
// Comments can either look like this,
# or they can look like this.
// Anything after // or # is a comment.