chore: fix syntax highlighting languages

This commit is contained in:
Oliver Davies 2023-04-22 16:49:04 +01:00
parent 14d096a53b
commit 84be97413d
68 changed files with 215 additions and 215 deletions

View file

@ -13,7 +13,7 @@ Instead of doing this manually, I can achieve the same thing though using a tool
Here's an example where I'm automatically re-running my PHPUnit tests using a `just test` recipe each time a file within my custom modules directory changes:
```plain
```
nodemon \
--watch web/modules/custom \
--ext '*' \