Skip to content

Commit c0328c0

Browse files
authored
fix code formatting (#2195)
1 parent bbc0329 commit c0328c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/kb/rules/using-semgrep-rule-schema-in-vscode.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ We recommend taking a look at the [extension overview section on associating sch
4343

4444
To associate the schema directly within a Semgrep YAML rule file, include the following line at the top of the file:
4545

46-
# yaml-language-server: $schema=https://json.schemastore.org/semgrep.json
46+
```yaml
47+
# yaml-language-server: $schema=https://json.schemastore.org/semgrep.json
48+
```
4749

4850
The drawback to this method is that it must be done independently for each YAML rule file.
4951

0 commit comments

Comments
 (0)