lib/linguist/languages.yml in github-linguist-7.0.0 vs lib/linguist/languages.yml in github-linguist-7.1.0
- old
+ new
@@ -1,7 +1,10 @@
# Defines all Languages known to GitHub.
#
+# fs_name - Optional field. Only necessary as a replacement for the sample directory name if the
+# language name is not a valid filename under the Windows filesystem (e.g., if it
+# contains an asterisk).
# type - Either data, programming, markup, prose, or nil
# aliases - An Array of additional aliases (implicitly
# includes name.downcase)
# ace_mode - A String name of the Ace Mode used for highlighting whenever
# a file is edited. This must match one of the filenames in http://git.io/3XO_Cg.
@@ -500,11 +503,10 @@
aliases:
- csharp
extensions:
- ".cs"
- ".cake"
- - ".cshtml"
- ".csx"
language_id: 42
C++:
type: programming
ace_mode: c_cpp
@@ -889,11 +891,11 @@
tm_scope: text.html.creole
ace_mode: text
language_id: 71
Crystal:
type: programming
- color: "#776791"
+ color: "#000100"
extensions:
- ".cr"
ace_mode: ruby
codemirror_mode: crystal
codemirror_mime_type: text/x-crystal
@@ -1136,10 +1138,18 @@
extensions:
- ".ejs"
tm_scope: text.html.js
ace_mode: ejs
language_id: 95
+EML:
+ type: data
+ extensions:
+ - ".eml"
+ - ".mbox"
+ tm_scope: text.eml.basic
+ ace_mode: text
+ language_id: 529653389
EQ:
type: programming
color: "#a78649"
extensions:
- ".eq"
@@ -1290,10 +1300,11 @@
ace_mode: text
codemirror_mode: mllike
codemirror_mime_type: text/x-fsharp
language_id: 105
F*:
+ fs_name: Fstar
type: programming
color: "#572e30"
aliases:
- fstar
extensions:
@@ -1744,16 +1755,26 @@
tm_scope: text.html.jsp
ace_mode: jsp
codemirror_mode: htmlembedded
codemirror_mime_type: application/x-jsp
language_id: 143
+HAProxy:
+ type: data
+ extensions:
+ - ".cfg"
+ filenames:
+ - haproxy.cfg
+ tm_scope: source.haproxy-config
+ ace_mode: text
+ language_id: 366607477
HCL:
type: programming
extensions:
- ".hcl"
- ".tf"
- ".tfvars"
+ - ".workflow"
ace_mode: ruby
codemirror_mode: ruby
codemirror_mime_type: text/x-ruby
tm_scope: source.terraform
language_id: 144
@@ -1851,10 +1872,20 @@
- ".phtml"
ace_mode: php
codemirror_mode: php
codemirror_mime_type: application/x-httpd-php
language_id: 151
+HTML+Razor:
+ type: markup
+ tm_scope: text.html.cshtml
+ group: HTML
+ extensions:
+ - ".cshtml"
+ ace_mode: razor
+ codemirror_mode: htmlmixed
+ codemirror_mime_type: text/html
+ language_id: 479039817
HTTP:
type: data
extensions:
- ".http"
tm_scope: source.httpspec
@@ -2206,10 +2237,19 @@
codemirror_mime_type: text/x-java
color: "#b07219"
extensions:
- ".java"
language_id: 181
+Java Properties:
+ type: data
+ extensions:
+ - ".properties"
+ tm_scope: source.java-properties
+ ace_mode: properties
+ codemirror_mode: properties
+ codemirror_mime_type: text/x-properties
+ language_id: 519377561
Java Server Pages:
type: programming
group: Java
aliases:
- jsp
@@ -3059,11 +3099,16 @@
Nim:
type: programming
color: "#37775b"
extensions:
- ".nim"
+ - ".nim.cfg"
+ - ".nimble"
- ".nimrod"
+ - ".nims"
+ filenames:
+ - nim.cfg
ace_mode: text
tm_scope: source.nim
language_id: 249
Ninja:
type: data
@@ -3302,19 +3347,10 @@
extensions:
- ".p4"
tm_scope: source.p4
ace_mode: text
language_id: 348895984
-PAWN:
- type: programming
- color: "#dbb284"
- extensions:
- - ".pwn"
- - ".inc"
- tm_scope: source.pawn
- ace_mode: text
- language_id: 271
PHP:
type: programming
tm_scope: text.html.php
ace_mode: php
codemirror_mode: php
@@ -3371,10 +3407,11 @@
ace_mode: pgsql
codemirror_mode: sql
codemirror_mime_type: text/x-sql
tm_scope: source.sql
extensions:
+ - ".pgsql"
- ".sql"
language_id: 274
POV-Ray SDL:
type: programming
aliases:
@@ -3448,10 +3485,19 @@
- instantfpc
ace_mode: pascal
codemirror_mode: pascal
codemirror_mime_type: text/x-pascal
language_id: 281
+Pawn:
+ type: programming
+ color: "#dbb284"
+ extensions:
+ - ".pwn"
+ - ".inc"
+ tm_scope: source.pawn
+ ace_mode: text
+ language_id: 271
Pep8:
type: programming
color: "#C76F5B"
extensions:
- ".pep"
@@ -4184,11 +4230,11 @@
- Vagrantfile
- buildfile
language_id: 326
Rust:
type: programming
- color: "#dea584"
+ color: "#a62c00"
extensions:
- ".rs"
- ".rs.in"
ace_mode: rust
codemirror_mode: rust
@@ -5257,10 +5303,11 @@
- ".vsixmanifest"
- ".vssettings"
- ".vstemplate"
- ".vxml"
- ".wixproj"
+ - ".workflow"
- ".wsdl"
- ".wsf"
- ".wxi"
- ".wxl"
- ".wxs"
@@ -5393,10 +5440,11 @@
- ".yang"
tm_scope: source.yang
ace_mode: text
language_id: 408
YARA:
- type: data
+ type: programming
+ color: "#220000"
ace_mode: text
extensions:
- ".yar"
- ".yara"
tm_scope: source.yara