Skip to content

Commit ddea300

Browse files
authored
chore: enabled syntax highlighting
1 parent c57377f commit ddea300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/linesBetweenQueries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A number of empty lines. Defaults to `1`. Must be positive.
1111

1212
### linesBetweenQueries: 1 (default)
1313

14-
```
14+
```sql
1515
SELECT
1616
*
1717
FROM
@@ -25,7 +25,7 @@ FROM
2525

2626
### linesBetweenQueries: 0
2727

28-
```
28+
```sql
2929
SELECT
3030
*
3131
FROM
@@ -38,7 +38,7 @@ FROM
3838

3939
### linesBetweenQueries: 2
4040

41-
```
41+
```sql
4242
SELECT
4343
*
4444
FROM

0 commit comments

Comments
 (0)