github-linguist 7.26.0 → 7.27.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/markdown.d2.codeblock.json +1 -0
- data/grammars/source.abap.json +1 -1
- data/grammars/source.aidl.json +1 -1
- data/grammars/source.ballerina.json +1 -1
- data/grammars/source.bicep.json +1 -1
- data/grammars/source.cs.json +1 -1
- data/grammars/source.d2.json +1 -1
- data/grammars/source.dart.json +1 -1
- data/grammars/source.denizenscript.json +1 -1
- data/grammars/source.directivesmf.json +1 -0
- data/grammars/source.earthfile.json +1 -1
- data/grammars/source.emacs.lisp.json +1 -1
- data/grammars/source.gleam.json +1 -1
- data/grammars/source.igor.json +1 -1
- data/grammars/source.julia.json +1 -1
- data/grammars/source.matlab.json +1 -1
- data/grammars/source.mdx.json +1 -1
- data/grammars/source.mo.json +1 -1
- data/grammars/source.nim.json +1 -1
- data/grammars/source.nushell.json +1 -1
- data/grammars/source.pic.json +1 -1
- data/grammars/source.prisma.json +1 -1
- data/grammars/source.ql.json +1 -1
- data/grammars/source.raku.json +1 -1
- data/grammars/source.rascal.json +1 -1
- data/grammars/source.rbs.json +1 -1
- data/grammars/source.rescript.json +1 -1
- data/grammars/source.rez.json +1 -0
- data/grammars/source.scala.json +1 -1
- data/grammars/source.scenic.json +1 -1
- data/grammars/source.solidity.json +1 -1
- data/grammars/source.stan.json +1 -1
- data/grammars/source.talon.json +1 -1
- data/grammars/source.ts.json +1 -1
- data/grammars/source.tsx.json +1 -1
- data/grammars/source.typst.json +1 -0
- data/grammars/source.vba.json +1 -1
- data/grammars/source.vyper.json +1 -1
- data/grammars/source.wit.json +1 -1
- data/grammars/source.yul.json +1 -1
- data/grammars/text.hash-commented.json +1 -1
- data/grammars/text.md.json +1 -1
- data/grammars/text.tex.latex.sweave.json +1 -0
- data/grammars/text.xml.svg.json +1 -1
- data/grammars/version +1 -1
- data/lib/linguist/VERSION +1 -1
- data/lib/linguist/generated.rb +10 -0
- data/lib/linguist/heuristics.rb +2 -0
- data/lib/linguist/heuristics.yml +20 -11
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +66 -3
- data/lib/linguist/samples.json +1 -1
- metadata +14 -10
- data/grammars/source.nimcfg.json +0 -1
data/lib/linguist/languages.yml
CHANGED
|
@@ -641,9 +641,28 @@ Bluespec:
|
|
|
641
641
|
color: "#12223c"
|
|
642
642
|
extensions:
|
|
643
643
|
- ".bsv"
|
|
644
|
+
aliases:
|
|
645
|
+
- bluespec bsv
|
|
646
|
+
- bsv
|
|
644
647
|
tm_scope: source.bsv
|
|
645
648
|
ace_mode: verilog
|
|
649
|
+
codemirror_mode: verilog
|
|
650
|
+
codemirror_mime_type: text/x-systemverilog
|
|
646
651
|
language_id: 36
|
|
652
|
+
Bluespec BH:
|
|
653
|
+
type: programming
|
|
654
|
+
group: Bluespec
|
|
655
|
+
color: "#12223c"
|
|
656
|
+
extensions:
|
|
657
|
+
- ".bs"
|
|
658
|
+
aliases:
|
|
659
|
+
- bh
|
|
660
|
+
- bluespec classic
|
|
661
|
+
tm_scope: source.haskell
|
|
662
|
+
ace_mode: haskell
|
|
663
|
+
codemirror_mode: haskell
|
|
664
|
+
codemirror_mime_type: text/x-haskell
|
|
665
|
+
language_id: 641580358
|
|
647
666
|
Boo:
|
|
648
667
|
type: programming
|
|
649
668
|
color: "#d4bec1"
|
|
@@ -2179,6 +2198,7 @@ GLSL:
|
|
|
2179
2198
|
- ".tese"
|
|
2180
2199
|
- ".vert"
|
|
2181
2200
|
- ".vrx"
|
|
2201
|
+
- ".vs"
|
|
2182
2202
|
- ".vsh"
|
|
2183
2203
|
- ".vshader"
|
|
2184
2204
|
tm_scope: source.glsl
|
|
@@ -2524,6 +2544,15 @@ Gradle:
|
|
|
2524
2544
|
tm_scope: source.groovy.gradle
|
|
2525
2545
|
ace_mode: text
|
|
2526
2546
|
language_id: 136
|
|
2547
|
+
Gradle Kotlin DSL:
|
|
2548
|
+
group: Gradle
|
|
2549
|
+
type: data
|
|
2550
|
+
color: "#02303a"
|
|
2551
|
+
extensions:
|
|
2552
|
+
- ".gradle.kts"
|
|
2553
|
+
ace_mode: text
|
|
2554
|
+
tm_scope: source.kotlin
|
|
2555
|
+
language_id: 432600901
|
|
2527
2556
|
Grammatical Framework:
|
|
2528
2557
|
type: programming
|
|
2529
2558
|
aliases:
|
|
@@ -2638,8 +2667,8 @@ HOCON:
|
|
|
2638
2667
|
extensions:
|
|
2639
2668
|
- ".hocon"
|
|
2640
2669
|
filenames:
|
|
2641
|
-
- .scalafix.conf
|
|
2642
|
-
- .scalafmt.conf
|
|
2670
|
+
- ".scalafix.conf"
|
|
2671
|
+
- ".scalafmt.conf"
|
|
2643
2672
|
tm_scope: source.hocon
|
|
2644
2673
|
ace_mode: text
|
|
2645
2674
|
language_id: 679725279
|
|
@@ -2847,6 +2876,8 @@ Hosts File:
|
|
|
2847
2876
|
filenames:
|
|
2848
2877
|
- HOSTS
|
|
2849
2878
|
- hosts
|
|
2879
|
+
aliases:
|
|
2880
|
+
- hosts
|
|
2850
2881
|
tm_scope: source.hosts
|
|
2851
2882
|
ace_mode: text
|
|
2852
2883
|
language_id: 231021894
|
|
@@ -3155,6 +3186,7 @@ JSON with Comments:
|
|
|
3155
3186
|
extensions:
|
|
3156
3187
|
- ".jsonc"
|
|
3157
3188
|
- ".code-snippets"
|
|
3189
|
+
- ".code-workspace"
|
|
3158
3190
|
- ".sublime-build"
|
|
3159
3191
|
- ".sublime-commands"
|
|
3160
3192
|
- ".sublime-completions"
|
|
@@ -4858,6 +4890,8 @@ Option List:
|
|
|
4858
4890
|
- ackrc
|
|
4859
4891
|
filenames:
|
|
4860
4892
|
- ".ackrc"
|
|
4893
|
+
- ".rspec"
|
|
4894
|
+
- ".yardopts"
|
|
4861
4895
|
- ackrc
|
|
4862
4896
|
- mocha.opts
|
|
4863
4897
|
tm_scope: source.opts
|
|
@@ -5136,6 +5170,8 @@ Pic:
|
|
|
5136
5170
|
extensions:
|
|
5137
5171
|
- ".pic"
|
|
5138
5172
|
- ".chem"
|
|
5173
|
+
aliases:
|
|
5174
|
+
- pikchr
|
|
5139
5175
|
ace_mode: text
|
|
5140
5176
|
codemirror_mode: troff
|
|
5141
5177
|
codemirror_mime_type: text/troff
|
|
@@ -5886,6 +5922,14 @@ RenderScript:
|
|
|
5886
5922
|
tm_scope: none
|
|
5887
5923
|
ace_mode: text
|
|
5888
5924
|
language_id: 323
|
|
5925
|
+
Rez:
|
|
5926
|
+
type: programming
|
|
5927
|
+
extensions:
|
|
5928
|
+
- ".r"
|
|
5929
|
+
tm_scope: source.rez
|
|
5930
|
+
ace_mode: text
|
|
5931
|
+
color: "#FFDAB3"
|
|
5932
|
+
language_id: 498022874
|
|
5889
5933
|
Rich Text Format:
|
|
5890
5934
|
type: markup
|
|
5891
5935
|
extensions:
|
|
@@ -6783,6 +6827,14 @@ Sway:
|
|
|
6783
6827
|
codemirror_mode: rust
|
|
6784
6828
|
codemirror_mime_type: text/x-rustsrc
|
|
6785
6829
|
language_id: 271471144
|
|
6830
|
+
Sweave:
|
|
6831
|
+
type: prose
|
|
6832
|
+
color: "#198ce7"
|
|
6833
|
+
extensions:
|
|
6834
|
+
- ".rnw"
|
|
6835
|
+
tm_scope: text.tex.latex.sweave
|
|
6836
|
+
ace_mode: tex
|
|
6837
|
+
language_id: 558779190
|
|
6786
6838
|
Swift:
|
|
6787
6839
|
type: programming
|
|
6788
6840
|
color: "#F05138"
|
|
@@ -6819,7 +6871,7 @@ TI Program:
|
|
|
6819
6871
|
TL-Verilog:
|
|
6820
6872
|
type: programming
|
|
6821
6873
|
extensions:
|
|
6822
|
-
|
|
6874
|
+
- ".tlv"
|
|
6823
6875
|
tm_scope: source.tlverilog
|
|
6824
6876
|
ace_mode: verilog
|
|
6825
6877
|
color: "#C40023"
|
|
@@ -7112,6 +7164,16 @@ TypeScript:
|
|
|
7112
7164
|
codemirror_mode: javascript
|
|
7113
7165
|
codemirror_mime_type: application/typescript
|
|
7114
7166
|
language_id: 378
|
|
7167
|
+
Typst:
|
|
7168
|
+
type: programming
|
|
7169
|
+
color: "#239dad"
|
|
7170
|
+
aliases:
|
|
7171
|
+
- typ
|
|
7172
|
+
extensions:
|
|
7173
|
+
- ".typ"
|
|
7174
|
+
tm_scope: source.typst
|
|
7175
|
+
ace_mode: text
|
|
7176
|
+
language_id: 704730682
|
|
7115
7177
|
Unified Parallel C:
|
|
7116
7178
|
type: programming
|
|
7117
7179
|
color: "#4e3617"
|
|
@@ -7722,6 +7784,7 @@ XML:
|
|
|
7722
7784
|
- ".tml"
|
|
7723
7785
|
- ".ts"
|
|
7724
7786
|
- ".tsx"
|
|
7787
|
+
- ".typ"
|
|
7725
7788
|
- ".ui"
|
|
7726
7789
|
- ".urdf"
|
|
7727
7790
|
- ".ux"
|