Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/fix incorrect or missing language colours #4980

Merged
merged 4 commits into from
Sep 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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