Skip to content

Commit

Permalink
Add/fix incorrect or missing language colours (github-linguist#4980)
Browse files Browse the repository at this point in the history
* Abolish restrictions governing colour choices

* Add/fix incorrect or missing language colours

Resolves: github-linguist#4506

Co-authored-by: Colin Seymour <colin@github.com>
  • Loading branch information
2 people authored and sam bacha committed Sep 4, 2020
1 parent eef3026 commit 5d06f37
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ ApacheConf:
language_id: 16
Apex:
type: programming
color: "#1797c0"
extensions:
- ".cls"
tm_scope: source.java
Expand Down Expand Up @@ -365,7 +366,7 @@ Assembly:
language_id: 24
Asymptote:
type: programming
color: "#4a0c0c"
color: "#ff0000"
extensions:
- ".asy"
interpreters:
Expand Down Expand Up @@ -668,6 +669,7 @@ COLLADA:
language_id: 49
CSON:
type: data
color: "#244776"
tm_scope: source.coffee
ace_mode: coffee
codemirror_mode: coffeescript
Expand Down Expand Up @@ -1344,7 +1346,7 @@ Edje Data Collection:
language_id: 342840478
Eiffel:
type: programming
color: "#946d57"
color: "#4d6977"
extensions:
- ".e"
tm_scope: source.eiffel
Expand Down Expand Up @@ -1928,7 +1930,7 @@ Grammatical Framework:
- gf
extensions:
- ".gf"
color: "#79aa7a"
color: "#ff0000"
tm_scope: source.gf
ace_mode: haskell
codemirror_mode: haskell
Expand Down Expand Up @@ -3162,6 +3164,7 @@ Mako:
language_id: 221
Markdown:
type: prose
color: "#083fa1"
aliases:
- pandoc
ace_mode: markdown
Expand Down Expand Up @@ -4192,6 +4195,7 @@ PowerShell:
language_id: 293
Prisma:
type: data
color: "#0c344b"
extensions:
- ".prisma"
tm_scope: source.prisma
Expand Down Expand Up @@ -4992,6 +4996,7 @@ STON:
language_id: 336
SVG:
type: data
color: "#ff9900"
extensions:
- ".svg"
tm_scope: text.xml.svg
Expand Down Expand Up @@ -5284,7 +5289,7 @@ Solidity:
language_id: 237469032
SourcePawn:
type: programming
color: "#5c7611"
color: "#f69e1d"
aliases:
- sourcemod
extensions:
Expand Down Expand Up @@ -5759,7 +5764,7 @@ UrWeb:
language_id: 383
V:
type: programming
color: "#5d87bd"
color: "#4f87c4"
aliases:
- vlang
extensions:
Expand Down Expand Up @@ -6284,6 +6289,7 @@ Xtend:
language_id: 406
YAML:
type: data
color: "#cb171e"
tm_scope: source.yaml
aliases:
- yml
Expand Down Expand Up @@ -6469,7 +6475,7 @@ fish:
language_id: 415
mIRC Script:
type: programming
color: "#926059"
color: "#3d57c3"
extensions:
- ".mrc"
tm_scope: source.msl
Expand Down

0 comments on commit 5d06f37

Please sign in to comment.