chore: fix syntax highlighting languages
This commit is contained in:
parent
14d096a53b
commit
84be97413d
68 changed files with 215 additions and 215 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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 '*' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue