Skip to content

Commit

Permalink
docs(contributing): Add syntax highlighting to YAML block (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack committed Sep 18, 2023
1 parent d2b752d commit 2a72635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Adding support for a new Language consists in adding a new entry to [language.ya

**Example**:

```
```yaml
CSharp: # required, this will be the name of the enum variant for the language as specified by tokei (link 1)
type: programming # required, can be programming, data, markup, or prose as specified by linguist (link 2)
# 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.
Expand Down

0 comments on commit 2a72635

Please sign in to comment.