github-linguist 9.4.0 → 9.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/grammars/source.4dm.json +1 -1
- data/grammars/source.abl.json +1 -1
- data/grammars/source.astro.json +1 -1
- data/grammars/source.c3.json +1 -1
- data/grammars/source.cmake.json +1 -1
- data/grammars/source.cmakecache.json +1 -1
- data/grammars/source.cpan-mirror.json +1 -0
- data/grammars/source.cpan-skiplist.json +1 -0
- data/grammars/source.dart.json +1 -1
- data/grammars/source.data-weave.json +1 -1
- data/grammars/source.firrtl.json +1 -1
- data/grammars/source.flatbuffers.json +1 -0
- data/grammars/source.ilecobol.json +1 -1
- data/grammars/source.jac.json +1 -1
- data/grammars/source.julia.json +1 -1
- data/grammars/source.just.json +1 -1
- data/grammars/source.lean4.markdown.json +1 -1
- data/grammars/source.liquidsoap.json +1 -0
- data/grammars/source.llvm.json +1 -1
- data/grammars/source.luau.json +1 -1
- data/grammars/source.mc.json +1 -1
- data/grammars/source.mermaid.json +1 -1
- data/grammars/source.metta.json +1 -0
- data/grammars/source.mojo.json +1 -1
- data/grammars/source.moonbit.json +1 -1
- data/grammars/source.move.json +1 -1
- data/grammars/source.rego.json +1 -1
- data/grammars/source.ron.json +1 -1
- data/grammars/source.rpgle.json +1 -1
- data/grammars/source.slint.json +1 -1
- data/grammars/source.stan.json +1 -1
- data/grammars/source.swift.json +1 -1
- data/grammars/source.tsp.json +1 -1
- data/grammars/source.vento.json +1 -1
- data/grammars/text.srt.json +1 -1
- data/grammars/version +1 -1
- data/lib/linguist/VERSION +1 -1
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +34 -0
- data/lib/linguist/samples.json +1 -1
- data/lib/linguist/source/rugged.rb +16 -1
- metadata +6 -3
- data/grammars/source.vscode.c3.json +0 -1
- data/grammars/text.html.vento.json +0 -1
data/lib/linguist/languages.yml
CHANGED
|
@@ -396,6 +396,7 @@ Apollo Guidance Computer:
|
|
|
396
396
|
AppleScript:
|
|
397
397
|
type: programming
|
|
398
398
|
aliases:
|
|
399
|
+
- apples
|
|
399
400
|
- osascript
|
|
400
401
|
extensions:
|
|
401
402
|
- ".applescript"
|
|
@@ -2033,6 +2034,8 @@ Emacs Lisp:
|
|
|
2033
2034
|
tm_scope: source.emacs.lisp
|
|
2034
2035
|
color: "#c065db"
|
|
2035
2036
|
aliases:
|
|
2037
|
+
- cask
|
|
2038
|
+
- eask
|
|
2036
2039
|
- elisp
|
|
2037
2040
|
- emacs
|
|
2038
2041
|
filenames:
|
|
@@ -2043,6 +2046,7 @@ Emacs Lisp:
|
|
|
2043
2046
|
- ".spacemacs"
|
|
2044
2047
|
- ".viper"
|
|
2045
2048
|
- Cask
|
|
2049
|
+
- Eask
|
|
2046
2050
|
- Project.ede
|
|
2047
2051
|
- _emacs
|
|
2048
2052
|
- abbrev_defs
|
|
@@ -2220,6 +2224,14 @@ Filterscript:
|
|
|
2220
2224
|
tm_scope: none
|
|
2221
2225
|
ace_mode: text
|
|
2222
2226
|
language_id: 112
|
|
2227
|
+
FlatBuffers:
|
|
2228
|
+
type: data
|
|
2229
|
+
color: "#ed284a"
|
|
2230
|
+
extensions:
|
|
2231
|
+
- ".fbs"
|
|
2232
|
+
tm_scope: source.flatbuffers
|
|
2233
|
+
ace_mode: text
|
|
2234
|
+
language_id: 577640576
|
|
2223
2235
|
Flix:
|
|
2224
2236
|
type: programming
|
|
2225
2237
|
color: "#d44a45"
|
|
@@ -4241,6 +4253,14 @@ Liquid:
|
|
|
4241
4253
|
tm_scope: text.html.liquid
|
|
4242
4254
|
ace_mode: liquid
|
|
4243
4255
|
language_id: 204
|
|
4256
|
+
Liquidsoap:
|
|
4257
|
+
type: programming
|
|
4258
|
+
color: "#990066"
|
|
4259
|
+
extensions:
|
|
4260
|
+
- ".liq"
|
|
4261
|
+
tm_scope: source.liquidsoap
|
|
4262
|
+
ace_mode: text
|
|
4263
|
+
language_id: 614641732
|
|
4244
4264
|
Literate Agda:
|
|
4245
4265
|
type: programming
|
|
4246
4266
|
color: "#315665"
|
|
@@ -4632,6 +4652,14 @@ Max:
|
|
|
4632
4652
|
codemirror_mode: javascript
|
|
4633
4653
|
codemirror_mime_type: application/json
|
|
4634
4654
|
language_id: 227
|
|
4655
|
+
MeTTa:
|
|
4656
|
+
type: programming
|
|
4657
|
+
color: "#6a5acd"
|
|
4658
|
+
extensions:
|
|
4659
|
+
- ".metta"
|
|
4660
|
+
tm_scope: source.metta
|
|
4661
|
+
ace_mode: text
|
|
4662
|
+
language_id: 1037612668
|
|
4635
4663
|
Mercury:
|
|
4636
4664
|
type: programming
|
|
4637
4665
|
color: "#ff2b2b"
|
|
@@ -6029,6 +6057,7 @@ Protocol Buffer Text Format:
|
|
|
6029
6057
|
- ".textproto"
|
|
6030
6058
|
- ".pbt"
|
|
6031
6059
|
- ".pbtxt"
|
|
6060
|
+
- ".txtpb"
|
|
6032
6061
|
tm_scope: source.textproto
|
|
6033
6062
|
ace_mode: text
|
|
6034
6063
|
language_id: 436568854
|
|
@@ -6139,6 +6168,8 @@ Python:
|
|
|
6139
6168
|
- pypy3
|
|
6140
6169
|
- uv
|
|
6141
6170
|
aliases:
|
|
6171
|
+
- py
|
|
6172
|
+
- py3
|
|
6142
6173
|
- python3
|
|
6143
6174
|
- rusthon
|
|
6144
6175
|
language_id: 303
|
|
@@ -7699,6 +7730,8 @@ TSX:
|
|
|
7699
7730
|
type: programming
|
|
7700
7731
|
color: "#3178c6"
|
|
7701
7732
|
group: TypeScript
|
|
7733
|
+
aliases:
|
|
7734
|
+
- typescriptreact
|
|
7702
7735
|
extensions:
|
|
7703
7736
|
- ".tsx"
|
|
7704
7737
|
tm_scope: source.tsx
|
|
@@ -8653,6 +8686,7 @@ XML:
|
|
|
8653
8686
|
- ".grxml"
|
|
8654
8687
|
- ".gst"
|
|
8655
8688
|
- ".hzp"
|
|
8689
|
+
- ".icls"
|
|
8656
8690
|
- ".iml"
|
|
8657
8691
|
- ".ivy"
|
|
8658
8692
|
- ".jelly"
|