mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Quote extension to prevent yaml from incorrectly casting the values
Fixes #26
This commit is contained in:
committed by
Joshua Peek
parent
7f6494be1a
commit
fe2f26d02e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user