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
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user