lib/linguist/languages.yml in github-linguist-6.4.1 vs lib/linguist/languages.yml in github-linguist-7.0.0
- old
+ new
@@ -18,11 +18,11 @@
# interpreters - An Array of associated interpreters
# searchable - Boolean flag to enable searching (defaults to true)
# language_id - Integer used as a language-name-independent indexed field so that we can rename
# languages in Linguist without reindexing all the code on GitHub. Must not be
# changed for existing languages without the explicit permission of GitHub staff.
-# color - CSS hex color to represent the language. Only used if type is "programming" or "prose".
+# color - CSS hex color to represent the language. Only used if type is "programming" or "markup".
# tm_scope - The TextMate scope that represents this programming
# language. This should match one of the scopes listed in
# the grammars.yml file. Use "none" if there is no grammar
# for this language.
# group - Name of the parent language. Languages in a group are counted
@@ -1289,10 +1289,29 @@
tm_scope: source.fsharp
ace_mode: text
codemirror_mode: mllike
codemirror_mime_type: text/x-fsharp
language_id: 105
+F*:
+ type: programming
+ color: "#572e30"
+ aliases:
+ - fstar
+ extensions:
+ - ".fst"
+ tm_scope: source.fstar
+ ace_mode: text
+ language_id: 336943375
+FIGlet Font:
+ type: data
+ aliases:
+ - FIGfont
+ extensions:
+ - ".flf"
+ tm_scope: source.figfont
+ ace_mode: text
+ language_id: 686129783
FLUX:
type: programming
color: "#88ccff"
extensions:
- ".fx"
@@ -1493,11 +1512,11 @@
codemirror_mode: python
codemirror_mime_type: text/x-python
language_id: 302957008
Game Maker Language:
type: programming
- color: "#8fb200"
+ color: "#71b417"
extensions:
- ".gml"
tm_scope: source.c++
ace_mode: c_cpp
codemirror_mode: clike
@@ -1595,10 +1614,17 @@
tm_scope: source.tcl
ace_mode: tcl
codemirror_mode: tcl
codemirror_mime_type: text/x-tcl
language_id: 130
+Glyph Bitmap Distribution Format:
+ type: data
+ extensions:
+ - ".bdf"
+ tm_scope: source.bdf
+ ace_mode: text
+ language_id: 997665271
Gnuplot:
type: programming
color: "#f0a9f0"
extensions:
- ".gp"
@@ -1920,14 +1946,14 @@
ace_mode: text
color: "#7790B2"
extensions:
- ".hy"
interpreters:
- - "hy"
+ - hy
aliases:
- hylang
- tm_scope: none
+ tm_scope: source.hy
language_id: 159
HyPhy:
type: programming
ace_mode: text
extensions:
@@ -1957,10 +1983,11 @@
INI:
type: data
extensions:
- ".ini"
- ".cfg"
+ - ".lektorproject"
- ".prefs"
- ".pro"
- ".properties"
filenames:
- ".editorconfig"
@@ -2085,10 +2112,12 @@
- ".tfstate"
- ".tfstate.backup"
- ".topojson"
- ".webapp"
- ".webmanifest"
+ - ".yy"
+ - ".yyp"
filenames:
- ".arcconfig"
- ".htmlhintrc"
- ".tern-config"
- ".tern-project"
@@ -2710,10 +2739,12 @@
- ".mkd"
- ".mkdn"
- ".mkdown"
- ".ronn"
- ".workbook"
+ filenames:
+ - contents.lr
tm_scope: source.gfm
language_id: 222
Marko:
group: HTML
type: markup
@@ -4035,11 +4066,11 @@
language_id: 324
Roff:
type: markup
color: "#ecdebe"
extensions:
- - ".man"
+ - ".roff"
- ".1"
- ".1in"
- ".1m"
- ".1x"
- ".2"
@@ -4053,23 +4084,31 @@
- ".6"
- ".7"
- ".8"
- ".9"
- ".l"
+ - ".man"
+ - ".mdoc"
- ".me"
- ".ms"
- ".n"
- ".nr"
- ".rno"
- - ".roff"
- ".tmac"
filenames:
- mmn
- mmt
tm_scope: text.roff
aliases:
+ - groff
+ - man
+ - manpage
+ - man page
+ - man-page
+ - mdoc
- nroff
+ - troff
ace_mode: text
codemirror_mode: troff
codemirror_mime_type: text/troff
language_id: 141
Rouge:
@@ -4455,10 +4494,18 @@
extensions:
- ".sl"
tm_scope: text.html.slash
ace_mode: text
language_id: 349
+Slice:
+ type: programming
+ color: "#003fa2"
+ tm_scope: source.slice
+ ace_mode: text
+ extensions:
+ - ".ice"
+ language_id: 894641667
Slim:
group: HTML
type: markup
extensions:
- ".slim"
@@ -4819,10 +4866,12 @@
TypeScript:
type: programming
color: "#2b7489"
aliases:
- ts
+ interpreters:
+ - node
extensions:
- ".ts"
- ".tsx"
tm_scope: source.ts
ace_mode: typescript
@@ -5034,10 +5083,19 @@
tm_scope: source.webidl
ace_mode: text
codemirror_mode: webidl
codemirror_mime_type: text/x-webidl
language_id: 395
+Windows Registry Entries:
+ type: data
+ extensions:
+ - ".reg"
+ tm_scope: source.reg
+ ace_mode: ini
+ codemirror_mode: properties
+ codemirror_mime_type: text/x-properties
+ language_id: 969674868
World of Warcraft Addon Data:
type: data
extensions:
- ".toc"
tm_scope: source.toc
@@ -5053,10 +5111,20 @@
ace_mode: c_cpp
tm_scope: source.c
codemirror_mode: clike
codemirror_mime_type: text/x-csrc
language_id: 782911107
+X Font Directory Index:
+ type: data
+ filenames:
+ - encodings.dir
+ - fonts.alias
+ - fonts.dir
+ - fonts.scale
+ tm_scope: source.fontdir
+ ace_mode: text
+ language_id: 208700028
X PixMap:
type: data
group: C
aliases:
- xpm
@@ -5131,10 +5199,11 @@
- ".filters"
- ".fsproj"
- ".fxml"
- ".glade"
- ".gml"
+ - ".gmx"
- ".grxml"
- ".iml"
- ".ivy"
- ".jelly"
- ".jsproj"
@@ -5331,9 +5400,20 @@
extensions:
- ".yar"
- ".yara"
tm_scope: source.yara
language_id: 805122868
+YASnippet:
+ type: markup
+ aliases:
+ - snippet
+ - yas
+ color: "#32AB90"
+ extensions:
+ - ".yasnippet"
+ tm_scope: source.yasnippet
+ ace_mode: text
+ language_id: 378760102
Yacc:
type: programming
extensions:
- ".y"
- ".yacc"