github-linguist 6.0.0 → 6.0.1
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.ballerina.json +1 -1
- data/grammars/source.elm.json +375 -0
- data/grammars/source.gfm.json +3 -1
- data/grammars/source.modelica.json +4 -0
- data/grammars/source.nextflow-groovy.json +0 -1
- data/grammars/source.nextflow.json +55 -35
- data/grammars/source.python.json +125 -125
- data/grammars/source.regexp.python.json +15 -15
- data/grammars/source.rexx.json +1 -1
- data/grammars/source.sas.json +2 -2
- data/grammars/source.solidity.json +1 -1
- data/grammars/source.ts.json +141 -141
- data/grammars/source.tsx.json +4185 -184
- data/grammars/text.html.mediawiki.elm-build-output.json +97 -0
- data/grammars/text.html.mediawiki.elm-documentation.json +17 -0
- data/grammars/text.html.vue.json +925 -0
- data/lib/linguist/version.rb +1 -1
- metadata +6 -2
data/lib/linguist/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github-linguist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01-
|
11
|
+
date: 2018-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: charlock_holmes
|
@@ -333,6 +333,7 @@ files:
|
|
333
333
|
- grammars/source.ebnf.json
|
334
334
|
- grammars/source.eiffel.json
|
335
335
|
- grammars/source.elixir.json
|
336
|
+
- grammars/source.elm.json
|
336
337
|
- grammars/source.emacs.lisp.json
|
337
338
|
- grammars/source.erazor.json
|
338
339
|
- grammars/source.erlang.json
|
@@ -622,6 +623,8 @@ files:
|
|
622
623
|
- grammars/text.html.mako.json
|
623
624
|
- grammars/text.html.markdown.source.gfm.apib.json
|
624
625
|
- grammars/text.html.markdown.source.gfm.mson.json
|
626
|
+
- grammars/text.html.mediawiki.elm-build-output.json
|
627
|
+
- grammars/text.html.mediawiki.elm-documentation.json
|
625
628
|
- grammars/text.html.mediawiki.json
|
626
629
|
- grammars/text.html.php.blade.json
|
627
630
|
- grammars/text.html.php.json
|
@@ -631,6 +634,7 @@ files:
|
|
631
634
|
- grammars/text.html.ssp.json
|
632
635
|
- grammars/text.html.tcl.json
|
633
636
|
- grammars/text.html.twig.json
|
637
|
+
- grammars/text.html.vue.json
|
634
638
|
- grammars/text.idl-idldoc.json
|
635
639
|
- grammars/text.jade.json
|
636
640
|
- grammars/text.junit-test-report.json
|