Quote extension to prevent yaml from incorrectly casting the values

Fixes #26
This commit is contained in:
Christopher Manning
2011-07-02 20:09:40 -05:00
committed by Joshua Peek
parent 7f6494be1a
commit fe2f26d02e

View File

@@ -1,4 +1,4 @@
# Defines all Languges known to GitHub. # Defines all Languages known to GitHub.
# #
# All languages have an associated lexer for syntax highlighting. It # All languages have an associated lexer for syntax highlighting. It
# defaults to name.downcase, which covers most cases. Make sure the # defaults to name.downcase, which covers most cases. Make sure the
@@ -315,13 +315,13 @@ Go:
Groff: Groff:
extensions: extensions:
- .man - .man
- .1 - '.1'
- .2 - '.2'
- .3 - '.3'
- .4 - '.4'
- .5 - '.5'
- .6 - '.6'
- .7 - '.7'
Groovy: Groovy:
major: true major: true