1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 20:10:49 +02:00

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.
This commit is contained in:
Andrew
2022-07-19 14:37:35 -04:00
committed by GitHub
parent 19d3a4962e
commit 5c226704d5

View File

@@ -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!
* ==================================