mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Allow golang as an alias for Go code fences (#3221)
This commit is contained in:
committed by
Brandon Black
parent
79f20e8057
commit
9f3b7d0ba5
@@ -1473,6 +1473,8 @@ Gnuplot:
|
|||||||
Go:
|
Go:
|
||||||
type: programming
|
type: programming
|
||||||
color: "#375eab"
|
color: "#375eab"
|
||||||
|
aliases:
|
||||||
|
- golang
|
||||||
extensions:
|
extensions:
|
||||||
- ".go"
|
- ".go"
|
||||||
ace_mode: golang
|
ace_mode: golang
|
||||||
|
|||||||
Reference in New Issue
Block a user