From fe2f26d02e15400b8a8b699b0a504999aadc9b90 Mon Sep 17 00:00:00 2001 From: Christopher Manning Date: Sat, 2 Jul 2011 20:09:40 -0500 Subject: [PATCH] Quote extension to prevent yaml from incorrectly casting the values Fixes #26 --- lib/linguist/languages.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 46bbd766..b6e0f0ad 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -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 # defaults to name.downcase, which covers most cases. Make sure the @@ -315,13 +315,13 @@ Go: Groff: extensions: - .man - - .1 - - .2 - - .3 - - .4 - - .5 - - .6 - - .7 + - '.1' + - '.2' + - '.3' + - '.4' + - '.5' + - '.6' + - '.7' Groovy: major: true