Skip to content

Commit 2a72635

Browse files
authored
docs(contributing): Add syntax highlighting to YAML block (#1172)
1 parent d2b752d commit 2a72635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adding support for a new Language consists in adding a new entry to [language.ya
44

55
**Example**:
66

7-
```
7+
```yaml
88
CSharp: # required, this will be the name of the enum variant for the language as specified by tokei (link 1)
99
type: programming # required, can be programming, data, markup, or prose as specified by linguist (link 2)
1010
# required, this is the logo. If it's not within 25x40 bounds, you will get a compiler error. Use `{i}` to color the ascii with `i` the color index.

0 commit comments

Comments
 (0)