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

@ -36,7 +36,7 @@ Once installed, run `:DBUIAddconnection` to add a database connection.
Here is an example connection string:
```plain
```
mysql://drupal:drupal@localhost:3307/drupal?protocol=tcp
```

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 '*' \