lib/linguist/languages.yml in github-linguist-2.9.4 vs lib/linguist/languages.yml in github-linguist-2.9.5
- old
+ new
@@ -20,11 +20,11 @@
# color - CSS hex color to represent the language.
#
# Any additions or modifications (even trivial) should have corresponding
# test change in `test/test_blob.rb`.
#
-# Please keep this list alphabetized.
+# Please keep this list alphabetized. Capitalization comes before lower case.
ABAP:
type: programming
lexer: ABAP
primary_extension: .abap
@@ -89,10 +89,20 @@
type: programming
color: "#bd79d1"
lexer: C++
primary_extension: .ino
+AsciiDoc:
+ type: markup
+ lexer: Text only
+ ace_mode: asciidoc
+ wrap: true
+ primary_extension: .asciidoc
+ extensions:
+ - .adoc
+ - .asc
+
Assembly:
type: programming
lexer: NASM
color: "#a67219"
search_term: nasm
@@ -210,10 +220,19 @@
extensions:
- .cmake.in
filenames:
- CMakeLists.txt
+COBOL:
+ type: programming
+ primary_extension: .cob
+ extensions:
+ - .cbl
+ - .ccp
+ - .cobol
+ - .cpy
+
CSS:
ace_mode: css
color: "#1f085e"
primary_extension: .css
@@ -231,10 +250,11 @@
ace_mode: clojure
color: "#db5855"
primary_extension: .clj
extensions:
- .cljs
+ - .cljx
filenames:
- riemann.config
CoffeeScript:
type: programming
@@ -271,10 +291,11 @@
primary_extension: .lisp
extensions:
- .asd
- .lsp
- .ny
+ - .podsl
Coq:
type: programming
primary_extension: .coq
@@ -284,10 +305,16 @@
primary_extension: .cppobjdump
extensions:
- .c++objdump
- .cxx-objdump
+Creole:
+ type: markup
+ lexer: Text only
+ wrap: true
+ primary_extension: .creole
+
Cucumber:
lexer: Gherkin
primary_extension: .feature
Cython:
@@ -327,18 +354,10 @@
Dart:
type: programming
primary_extension: .dart
-Delphi:
- type: programming
- color: "#b0ce4e"
- primary_extension: .pas
- extensions:
- - .dfm
- - .lpr
-
DCPU-16 ASM:
type: programming
lexer: dasm16
primary_extension: .dasm16
extensions:
@@ -474,10 +493,22 @@
group: Assembly
primary_extension: .s
extensions:
- .S
+GLSL:
+ group: C
+ type: programming
+ primary_extension: .glsl
+ extensions:
+ - .fp
+ - .frag
+ - .geom
+ - .glslv
+ - .shader
+ - .vert
+
Genshi:
primary_extension: .kid
Gentoo Ebuild:
group: Shell
@@ -602,11 +633,10 @@
- .hxsl
INI:
type: data
extensions:
- - .cfg
- .ini
- .prefs
- .properties
primary_extension: .ini
@@ -627,10 +657,15 @@
Ioke:
type: programming
color: "#078193"
primary_extension: .ik
+J:
+ type: programming
+ lexer: Text only
+ primary_extension: .ijs
+
JSON:
type: data
group: JavaScript
ace_mode: json
searchable: false
@@ -681,10 +716,17 @@
primary_extension: .kt
extensions:
- .ktm
- .kts
+LFE:
+ type: programming
+ primary_extension: .lfe
+ color: "#004200"
+ lexer: Common Lisp
+ group: Erlang
+
LLVM:
primary_extension: .ll
Lasso:
type: programming
@@ -746,25 +788,30 @@
- .xmi
Logtalk:
type: programming
primary_extension: .lgt
+ extensions:
+ - .logtalk
Lua:
type: programming
ace_mode: lua
color: "#fa1fa1"
primary_extension: .lua
extensions:
- .nse
+ - .rbxs
M:
type: programming
lexer: Common Lisp
aliases:
- mumps
- primary_extension: .m
+ primary_extension: .mumps
+ extensions:
+ - .m
Makefile:
aliases:
- make
extensions:
@@ -809,10 +856,16 @@
primary_extension: .mxt
extensions:
- .maxhelp
- .maxpat
+MediaWiki:
+ type: markup
+ lexer: Text only
+ wrap: true
+ primary_extension: .mediawiki
+
MiniD: # Legacy
searchable: false
primary_extension: .minid # Dummy extension
Mirah:
@@ -938,10 +991,16 @@
- progress
- openedge
- abl
primary_extension: .p
+Org:
+ type: markup
+ lexer: Text only
+ wrap: true
+ primary_extension: .org
+
PHP:
type: programming
ace_mode: php
color: "#6e03c1"
primary_extension: .php
@@ -975,17 +1034,27 @@
lexer: Text only
aliases:
- pasm
primary_extension: .pasm
+Pascal:
+ type: programming
+ lexer: Delphi
+ color: "#b0ce4e"
+ primary_extension: .pas
+ extensions:
+ - .dfm
+ - .lpr
+
Perl:
type: programming
ace_mode: perl
color: "#0298c3"
primary_extension: .pl
extensions:
- .PL
+ - .nqp
- .perl
- .ph
- .plx
- .pm6
- .pod
@@ -1064,11 +1133,20 @@
R:
type: programming
color: "#198ce7"
lexer: S
primary_extension: .r
+ filenames:
+ - .Rprofile
+RDoc:
+ type: markup
+ lexer: Text only
+ ace_mode: rdoc
+ wrap: true
+ primary_extension: .rdoc
+
RHTML:
type: markup
group: HTML
primary_extension: .rhtml
@@ -1134,10 +1212,11 @@
- .rbx
- .ru
- .thor
- .watchr
filenames:
+ - Berksfile
- Gemfile
- Guardfile
- Podfile
- Thorfile
- Vagrantfile
@@ -1220,10 +1299,15 @@
primary_extension: .st
Smarty:
primary_extension: .tpl
+Squirrel:
+ type: programming
+ lexer: C++
+ primary_extension: .nut
+
Standard ML:
type: programming
color: "#dc566d"
aliases:
- sml
@@ -1296,11 +1380,10 @@
primary_extension: .twig
TypeScript:
type: programming
color: "#31859c"
- lexer: Text only
aliases:
- ts
primary_extension: .ts
Unified Parallel C:
@@ -1354,10 +1437,16 @@
- .bas
- .frx
- .vba
- .vbs
+Volt:
+ type: programming
+ lexer: D
+ color: "#0098db"
+ primary_extension: .volt
+
XC:
type: programming
lexer: C
primary_extension: .xc
@@ -1395,13 +1484,15 @@
- .vxml
- .wsdl
- .wxi
- .wxl
- .wxs
+ - .x3d
- .xaml
- .xlf
- .xliff
+ - .xmi
- .xsd
- .xul
- .zcml
filenames:
- .classpath
@@ -1437,10 +1528,10 @@
Xtend:
type: programming
primary_extension: .xtend
YAML:
- type: markup
+ type: data
aliases:
- yml
primary_extension: .yml
extensions:
- .reek