github-linguist 7.17.0 → 7.18.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/annotation.liquidhaskell.haskell.json +1 -1
- data/grammars/hint.haskell.json +1 -1
- data/grammars/hint.message.haskell.json +1 -1
- data/grammars/hint.type.haskell.json +1 -1
- data/grammars/source.clarion.json +1 -1
- data/grammars/source.dart.json +1 -1
- data/grammars/source.ditroff.json +1 -1
- data/grammars/source.earthfile.json +1 -0
- data/grammars/source.fsharp.json +1 -1
- data/grammars/source.futhark.json +1 -1
- data/grammars/source.gcode.json +1 -1
- data/grammars/source.goldgrm.json +1 -0
- data/grammars/source.hack.json +1 -1
- data/grammars/source.haskell.json +1 -1
- data/grammars/source.hsig.json +1 -1
- data/grammars/source.json.json +1 -1
- data/grammars/source.julia.json +1 -1
- data/grammars/source.kotlin.json +1 -1
- data/grammars/source.m2.json +1 -1
- data/grammars/source.matlab.json +1 -1
- data/grammars/source.mo.json +1 -0
- data/grammars/source.opts.json +1 -1
- data/grammars/source.pic.json +1 -1
- data/grammars/source.postscript.json +1 -1
- data/grammars/source.promela.json +1 -0
- data/grammars/source.q_output.json +1 -1
- data/grammars/source.scala.json +1 -1
- data/grammars/source.ssh-config.json +1 -1
- data/grammars/source.wsd.json +1 -1
- data/grammars/text.html.php.json +1 -1
- data/grammars/text.roff.json +1 -1
- data/grammars/text.tex.latex.haskell.json +1 -1
- data/grammars/version +1 -1
- data/lib/linguist/VERSION +1 -1
- data/lib/linguist/generated.rb +19 -13
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +45 -0
- data/lib/linguist/linguist.so +0 -0
- data/lib/linguist/samples.json +1 -1
- metadata +11 -8
- data/lib/linguist/linguist.bundle +0 -0
data/lib/linguist/languages.yml
CHANGED
|
@@ -692,6 +692,7 @@ C++:
|
|
|
692
692
|
- ".inl"
|
|
693
693
|
- ".ino"
|
|
694
694
|
- ".ipp"
|
|
695
|
+
- ".ixx"
|
|
695
696
|
- ".re"
|
|
696
697
|
- ".tcc"
|
|
697
698
|
- ".tpp"
|
|
@@ -1434,6 +1435,7 @@ EJS:
|
|
|
1434
1435
|
extensions:
|
|
1435
1436
|
- ".ejs"
|
|
1436
1437
|
- ".ect"
|
|
1438
|
+
- ".ejs.t"
|
|
1437
1439
|
- ".jst"
|
|
1438
1440
|
tm_scope: text.html.js
|
|
1439
1441
|
ace_mode: ejs
|
|
@@ -1458,6 +1460,14 @@ Eagle:
|
|
|
1458
1460
|
codemirror_mode: xml
|
|
1459
1461
|
codemirror_mime_type: text/xml
|
|
1460
1462
|
language_id: 97
|
|
1463
|
+
Earthly:
|
|
1464
|
+
type: programming
|
|
1465
|
+
color: "#2af0ff"
|
|
1466
|
+
tm_scope: source.earthfile
|
|
1467
|
+
ace_mode: text
|
|
1468
|
+
filenames:
|
|
1469
|
+
- Earthfile
|
|
1470
|
+
language_id: 963512632
|
|
1461
1471
|
Easybuild:
|
|
1462
1472
|
type: data
|
|
1463
1473
|
color: "#069406"
|
|
@@ -2308,9 +2318,11 @@ HTML+EEX:
|
|
|
2308
2318
|
group: HTML
|
|
2309
2319
|
aliases:
|
|
2310
2320
|
- eex
|
|
2321
|
+
- heex
|
|
2311
2322
|
- leex
|
|
2312
2323
|
extensions:
|
|
2313
2324
|
- ".eex"
|
|
2325
|
+
- ".html.heex"
|
|
2314
2326
|
- ".html.leex"
|
|
2315
2327
|
ace_mode: text
|
|
2316
2328
|
codemirror_mode: htmlmixed
|
|
@@ -2519,6 +2531,7 @@ INI:
|
|
|
2519
2531
|
- ".pro"
|
|
2520
2532
|
- ".properties"
|
|
2521
2533
|
filenames:
|
|
2534
|
+
- ".flake8"
|
|
2522
2535
|
- buildozer.spec
|
|
2523
2536
|
tm_scope: source.ini
|
|
2524
2537
|
aliases:
|
|
@@ -3726,6 +3739,14 @@ MoonScript:
|
|
|
3726
3739
|
tm_scope: source.moonscript
|
|
3727
3740
|
ace_mode: text
|
|
3728
3741
|
language_id: 238
|
|
3742
|
+
Motoko:
|
|
3743
|
+
type: programming
|
|
3744
|
+
color: "#fbb03b"
|
|
3745
|
+
extensions:
|
|
3746
|
+
- ".mo"
|
|
3747
|
+
tm_scope: source.mo
|
|
3748
|
+
ace_mode: text
|
|
3749
|
+
language_id: 202937027
|
|
3729
3750
|
Motorola 68K Assembly:
|
|
3730
3751
|
type: programming
|
|
3731
3752
|
color: "#005daa"
|
|
@@ -4624,6 +4645,14 @@ Prolog:
|
|
|
4624
4645
|
tm_scope: source.prolog
|
|
4625
4646
|
ace_mode: prolog
|
|
4626
4647
|
language_id: 295
|
|
4648
|
+
Promela:
|
|
4649
|
+
type: programming
|
|
4650
|
+
color: "#de0000"
|
|
4651
|
+
tm_scope: source.promela
|
|
4652
|
+
ace_mode: text
|
|
4653
|
+
extensions:
|
|
4654
|
+
- ".pml"
|
|
4655
|
+
language_id: 441858312
|
|
4627
4656
|
Propeller Spin:
|
|
4628
4657
|
type: programming
|
|
4629
4658
|
color: "#7fa2a7"
|
|
@@ -5601,6 +5630,7 @@ Shell:
|
|
|
5601
5630
|
- ".env"
|
|
5602
5631
|
- ".env.example"
|
|
5603
5632
|
- ".flaskenv"
|
|
5633
|
+
- ".kshrc"
|
|
5604
5634
|
- ".login"
|
|
5605
5635
|
- ".profile"
|
|
5606
5636
|
- ".zlogin"
|
|
@@ -5616,6 +5646,7 @@ Shell:
|
|
|
5616
5646
|
- bashrc
|
|
5617
5647
|
- cshrc
|
|
5618
5648
|
- gradlew
|
|
5649
|
+
- kshrc
|
|
5619
5650
|
- login
|
|
5620
5651
|
- man
|
|
5621
5652
|
- profile
|
|
@@ -5639,6 +5670,18 @@ Shell:
|
|
|
5639
5670
|
codemirror_mode: shell
|
|
5640
5671
|
codemirror_mime_type: text/x-sh
|
|
5641
5672
|
language_id: 346
|
|
5673
|
+
ShellCheck Config:
|
|
5674
|
+
type: data
|
|
5675
|
+
color: "#cecfcb"
|
|
5676
|
+
filenames:
|
|
5677
|
+
- ".shellcheckrc"
|
|
5678
|
+
aliases:
|
|
5679
|
+
- shellcheckrc
|
|
5680
|
+
tm_scope: source.shellcheckrc
|
|
5681
|
+
ace_mode: ini
|
|
5682
|
+
codemirror_mode: properties
|
|
5683
|
+
codemirror_mime_type: text/x-properties
|
|
5684
|
+
language_id: 687511714
|
|
5642
5685
|
ShellSession:
|
|
5643
5686
|
type: programming
|
|
5644
5687
|
extensions:
|
|
@@ -6389,6 +6432,7 @@ Vim Script:
|
|
|
6389
6432
|
extensions:
|
|
6390
6433
|
- ".vim"
|
|
6391
6434
|
- ".vba"
|
|
6435
|
+
- ".vimrc"
|
|
6392
6436
|
- ".vmb"
|
|
6393
6437
|
filenames:
|
|
6394
6438
|
- ".exrc"
|
|
@@ -6658,6 +6702,7 @@ XML:
|
|
|
6658
6702
|
- ".gmx"
|
|
6659
6703
|
- ".grxml"
|
|
6660
6704
|
- ".gst"
|
|
6705
|
+
- ".hzp"
|
|
6661
6706
|
- ".iml"
|
|
6662
6707
|
- ".ivy"
|
|
6663
6708
|
- ".jelly"
|
data/lib/linguist/linguist.so
CHANGED
|
Binary file
|