github-linguist 7.21.0 → 7.22.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/ext/linguist/lex.linguist_yy.c +584 -498
- data/ext/linguist/lex.linguist_yy.h +2 -3
- data/ext/linguist/tokenizer.l +52 -15
- data/grammars/source.abap.json +1 -1
- data/grammars/source.brs.json +1 -1
- data/grammars/source.cds.json +1 -1
- data/grammars/source.cobol.json +1 -1
- data/grammars/source.curry.json +1 -1
- data/grammars/source.denizenscript.json +1 -1
- data/grammars/source.fsharp.json +1 -1
- data/grammars/source.gcode.json +1 -1
- data/grammars/source.json.json +1 -1
- data/grammars/source.julia.json +1 -1
- data/grammars/source.livescript.json +1 -1
- data/grammars/source.mo.json +1 -1
- data/grammars/source.move.json +1 -0
- data/grammars/source.nix.json +1 -1
- data/grammars/source.pony.json +1 -1
- data/grammars/source.rego.json +1 -1
- data/grammars/source.rescript.json +1 -1
- data/grammars/source.rsc.json +1 -0
- data/grammars/source.svelte.json +1 -1
- data/grammars/source.velocity.html.json +1 -0
- data/grammars/source.velocity.json +1 -0
- data/grammars/source.wren.json +1 -0
- data/grammars/source.wsd.json +1 -1
- data/grammars/text.html.statamic.json +1 -1
- data/grammars/version +1 -1
- data/lib/linguist/VERSION +1 -1
- data/lib/linguist/blob_helper.rb +2 -2
- data/lib/linguist/heuristics.yml +1 -1
- data/lib/linguist/language.rb +2 -2
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +51 -0
- data/lib/linguist/samples.json +1 -1
- data/lib/linguist/vendor.yml +1 -1
- metadata +15 -10
data/lib/linguist/languages.yml
CHANGED
@@ -401,6 +401,7 @@ Assembly:
|
|
401
401
|
- ".a51"
|
402
402
|
- ".i"
|
403
403
|
- ".inc"
|
404
|
+
- ".nas"
|
404
405
|
- ".nasm"
|
405
406
|
tm_scope: source.assembly
|
406
407
|
ace_mode: assembly_x86
|
@@ -4062,6 +4063,14 @@ Motorola 68K Assembly:
|
|
4062
4063
|
tm_scope: source.m68k
|
4063
4064
|
ace_mode: assembly_x86
|
4064
4065
|
language_id: 477582706
|
4066
|
+
Move:
|
4067
|
+
type: programming
|
4068
|
+
color: "#4a137a"
|
4069
|
+
extensions:
|
4070
|
+
- ".move"
|
4071
|
+
tm_scope: source.move
|
4072
|
+
ace_mode: text
|
4073
|
+
language_id: 638334599
|
4065
4074
|
Muse:
|
4066
4075
|
type: prose
|
4067
4076
|
extensions:
|
@@ -4154,6 +4163,14 @@ NWScript:
|
|
4154
4163
|
codemirror_mode: clike
|
4155
4164
|
codemirror_mime_type: text/x-csrc
|
4156
4165
|
language_id: 731233819
|
4166
|
+
Nasal:
|
4167
|
+
type: programming
|
4168
|
+
color: "#1d2c4e"
|
4169
|
+
extensions:
|
4170
|
+
- ".nas"
|
4171
|
+
tm_scope: none
|
4172
|
+
ace_mode: text
|
4173
|
+
language_id: 178322513
|
4157
4174
|
Nearley:
|
4158
4175
|
type: programming
|
4159
4176
|
ace_mode: text
|
@@ -5613,6 +5630,16 @@ Rouge:
|
|
5613
5630
|
- ".rg"
|
5614
5631
|
tm_scope: source.clojure
|
5615
5632
|
language_id: 325
|
5633
|
+
RouterOS Script:
|
5634
|
+
type: programming
|
5635
|
+
ace_mode: text
|
5636
|
+
extensions:
|
5637
|
+
- ".rsc"
|
5638
|
+
interpreters:
|
5639
|
+
- RouterOS
|
5640
|
+
color: "#DE3941"
|
5641
|
+
tm_scope: none
|
5642
|
+
language_id: 592853203
|
5616
5643
|
Ruby:
|
5617
5644
|
type: programming
|
5618
5645
|
tm_scope: source.ruby
|
@@ -6786,6 +6813,19 @@ Valve Data Format:
|
|
6786
6813
|
ace_mode: text
|
6787
6814
|
tm_scope: source.keyvalues
|
6788
6815
|
language_id: 544060961
|
6816
|
+
Velocity Template Language:
|
6817
|
+
type: markup
|
6818
|
+
color: "#507cff"
|
6819
|
+
aliases:
|
6820
|
+
- vtl
|
6821
|
+
- velocity
|
6822
|
+
extensions:
|
6823
|
+
- ".vtl"
|
6824
|
+
ace_mode: velocity
|
6825
|
+
tm_scope: source.velocity
|
6826
|
+
codemirror_mode: velocity
|
6827
|
+
codemirror_mime_type: text/velocity
|
6828
|
+
language_id: 292377326
|
6789
6829
|
Verilog:
|
6790
6830
|
type: programming
|
6791
6831
|
color: "#b2b7f8"
|
@@ -7019,6 +7059,16 @@ World of Warcraft Addon Data:
|
|
7019
7059
|
tm_scope: source.toc
|
7020
7060
|
ace_mode: text
|
7021
7061
|
language_id: 396
|
7062
|
+
Wren:
|
7063
|
+
type: programming
|
7064
|
+
color: "#383838"
|
7065
|
+
aliases:
|
7066
|
+
- wrenlang
|
7067
|
+
extensions:
|
7068
|
+
- ".wren"
|
7069
|
+
tm_scope: source.wren
|
7070
|
+
ace_mode: text
|
7071
|
+
language_id: 713580619
|
7022
7072
|
X BitMap:
|
7023
7073
|
type: data
|
7024
7074
|
group: C
|
@@ -7151,6 +7201,7 @@ XML:
|
|
7151
7201
|
- ".ps1xml"
|
7152
7202
|
- ".psc1"
|
7153
7203
|
- ".pt"
|
7204
|
+
- ".qhelp"
|
7154
7205
|
- ".rdf"
|
7155
7206
|
- ".res"
|
7156
7207
|
- ".resx"
|