diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-08 05:36:45 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-08 05:36:45 -0700 |
commit | 868df8c4e8c32af8f1af9fca34e3e0dcb7be252a (patch) | |
tree | 312b3080d4f36c73f792006466ad0a9a1b79f14c /hocon.html.markdown | |
parent | 7ecafce66f81f165cfa235b78be327914ebd9130 (diff) |
Rename highlight languages back to Pygments
Diffstat (limited to 'hocon.html.markdown')
-rw-r--r-- | hocon.html.markdown | 2 |
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. |