summaryrefslogtreecommitdiffhomepage
path: root/hack.html.markdown
diff options
context:
space:
mode:
authorAndrew <andrewdimola@gmail.com>2022-07-19 14:37:35 -0400
committerGitHub <noreply@github.com>2022-07-19 14:37:35 -0400
commit5c226704d5d6c9f736e61fd247a9cc4e1b2c5759 (patch)
treefb6deaa21dba6267352a6b95316ec3bcb31be6b8 /hack.html.markdown
parent19d3a4962e422de469c87926de93ac8686990d24 (diff)
Revert update to code block header
Reverting back to `php` as the `hack` header is likely not supported and the `php` highlighting is probably good enough (for now) to at least render the page.
Diffstat (limited to 'hack.html.markdown')
-rw-r--r--hack.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack.html.markdown b/hack.html.markdown
index 1ab958b5..24055503 100644
--- a/hack.html.markdown
+++ b/hack.html.markdown
@@ -11,7 +11,7 @@ filename: learnhack.hh
To run Hack code, [install HHVM](https://docs.hhvm.com/hhvm/installation/introduction), the open-source virtual machine.
-```Hack
+```php
/* ==================================
* READ THE DOCS!
* ==================================